:root{--text-color:#222;--surface:silver;--button-highlight:#fff;--button-face:#dfdfdf;--button-shadow:gray;--window-frame:#0a0a0a;--dialog-blue:navy;--dialog-blue-light:#1084d0;--dialog-gray:gray;--dialog-gray-light:#b5b5b5;--link-blue:#00f;--element-spacing:8px;--grouped-button-spacing:6px;--grouped-element-spacing:12px;--radio-width:12px;--checkbox-width:13px;--radio-label-spacing:6px;--range-track-height:6px;--range-spacing:12px;--radio-total-width-precalc:var(--radio-width) + var(--radio-label-spacing);--radio-total-width:calc(var(--radio-total-width-precalc));--radio-left:calc(-1 * var(--radio-total-width-precalc));--radio-dot-width:4px;--radio-dot-top:calc(var(--radio-width) / 2 - var(--radio-dot-width) / 2);--radio-dot-left:calc(-1 * (var(--radio-total-width-precalc)) + var(--radio-width) / 2 - var(--radio-dot-width) / 2);--checkbox-total-width-precalc:var(--checkbox-width) + var(--radio-label-spacing);--checkbox-total-width:calc(var(--checkbox-total-width-precalc));--checkbox-left:calc(-1 * var(--checkbox-total-width-precalc));--checkmark-width:7px;--checkmark-left:3px;--border-width:1px;--border-raised-outer:inset -1px -1px var(--window-frame), inset 1px 1px var(--button-highlight);--border-raised-inner:inset -2px -2px var(--button-shadow), inset 2px 2px var(--button-face);--border-sunken-outer:inset -1px -1px var(--button-highlight), inset 1px 1px var(--window-frame);--border-sunken-inner:inset -2px -2px var(--button-face), inset 2px 2px var(--button-shadow);--default-button-border-raised-outer:inset -2px -2px var(--window-frame), inset 1px 1px var(--window-frame);--default-button-border-raised-inner:inset 2px 2px var(--button-highlight), inset -3px -3px var(--button-shadow), inset 3px 3px var(--button-face);--default-button-border-sunken-outer:inset 2px 2px var(--window-frame), inset -1px -1px var(--window-frame);--default-button-border-sunken-inner:inset -2px -2px var(--button-highlight), inset 3px 3px var(--button-shadow), inset -3px -3px var(--button-face);--border-window-outer:inset -1px -1px var(--window-frame), inset 1px 1px var(--button-face);--border-window-inner:inset -2px -2px var(--button-shadow), inset 2px 2px var(--button-highlight);--border-field:inset -1px -1px var(--button-highlight), inset 1px 1px var(--button-shadow), inset -2px -2px var(--button-face), inset 2px 2px var(--window-frame);--border-status-field:inset -1px -1px var(--button-face), inset 1px 1px var(--button-shadow);--border-tab:inset -1px 0 var(--window-frame), inset 1px 1px var(--button-face), inset -2px 0 var(--button-shadow), inset 2px 2px var(--button-highlight)}@font-face{font-family:Pixelated MS Sans Serif;src:url(/assets/ms_sans_serif-C3pax6mQ.woff)format("woff");src:url(/assets/ms_sans_serif-Du8rjN1q.woff2)format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Pixelated MS Sans Serif;src:url(/assets/ms_sans_serif_bold-B8yxhAcs.woff)format("woff");src:url(/assets/ms_sans_serif_bold-D5dpRRHG.woff2)format("woff2");font-weight:700;font-style:normal}body{color:var(--text-color);font-family:Arial;font-size:12px}button,label,input,legend,textarea,select,option,table,ul.tree-view,.window,.title-bar,li[role=tab]{-webkit-font-smoothing:none;font-family:Pixelated MS Sans Serif,Arial;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid #222;text-decoration:none}button,input[type=submit],input[type=reset]{box-sizing:border-box;color:#0000;text-shadow:0 0 var(--text-color);background:var(--surface);box-shadow:var(--border-raised-outer), var(--border-raised-inner);border:none;border-radius:0;min-width:75px;min-height:23px;padding:0 12px}button.default,input[type=submit].default,input[type=reset].default{box-shadow:var(--default-button-border-raised-outer), var(--default-button-border-raised-inner)}.vertical-bar{width:4px;height:20px;box-shadow:var(--border-raised-outer), var(--border-raised-inner);background:silver}button:not(:disabled):active,input[type=submit]:not(:disabled):active,input[type=reset]:not(:disabled):active{box-shadow:var(--border-sunken-outer), var(--border-sunken-inner);text-shadow:1px 1px var(--text-color)}button.default:not(:disabled):active,input[type=submit].default:not(:disabled):active,input[type=reset].default:not(:disabled):active{box-shadow:var(--default-button-border-sunken-outer), var(--default-button-border-sunken-inner)}@media (hover:none){button:not(:disabled):hover,input[type=submit]:not(:disabled):hover,input[type=reset]:not(:disabled):hover{box-shadow:var(--border-sunken-outer), var(--border-sunken-inner)}}button:focus,input[type=submit]:focus,input[type=reset]:focus{outline-offset:-4px;outline:1px dotted #000}button::-moz-focus-inner{border:0}input[type=submit]::-moz-focus-inner{border:0}input[type=reset]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:var(--button-shadow)}button:disabled,input[type=submit]:disabled,input[type=reset]:disabled,:disabled+label{text-shadow:1px 1px 0 var(--button-highlight)}.window{box-shadow:var(--border-window-outer), var(--border-window-inner);background:var(--surface);padding:3px}.title-bar{background:linear-gradient(90deg, var(--dialog-blue), var(--dialog-blue-light));justify-content:space-between;align-items:center;padding:3px 2px 3px 3px;display:flex}.title-bar.inactive{background:linear-gradient(90deg, var(--dialog-gray), var(--dialog-gray-light))}.title-bar-text{color:#fff;letter-spacing:0;margin-right:24px;font-weight:700}.title-bar-controls{display:flex}.title-bar-controls button{min-width:16px;min-height:14px;padding:0;display:block}.title-bar-controls button:active{padding:0}.title-bar-controls button:focus{outline:none}.title-bar-controls button[aria-label=Minimize],.title-bar-controls button[aria-label].minimize{background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='2'%20viewBox='0%200%206%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='6'%20height='2'%20fill='black'/%3e%3c/svg%3e");background-position:left 4px bottom 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize],.title-bar-controls button[aria-label].maximize{background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='9'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%200H0V2V8V9H1H8H9V8V2V0ZM8%202H1V8H8V2Z'%20fill='black'/%3e%3c/svg%3e");background-position:3px 2px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize]:disabled,.title-bar-controls button[aria-label].maximize:disabled{background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%201H1V3V9V10H2H9H10V9V3V1ZM9%203H2V9H9V3Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%200H0V2V8V9H1H8H9V8V2V0ZM8%202H1V8H8V2Z'%20fill='%23808080'/%3e%3c/svg%3e");background-position:3px 2px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Restore],.title-bar-controls button[aria-label].restore{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='9'%20viewBox='0%200%208%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20width='6'%20height='2'%20fill='black'/%3e%3crect%20x='7'%20y='2'%20width='1'%20height='4'%20fill='black'/%3e%3crect%20x='2'%20y='2'%20width='1'%20height='1'%20fill='black'/%3e%3crect%20x='6'%20y='5'%20width='1'%20height='1'%20fill='black'/%3e%3crect%20y='3'%20width='6'%20height='2'%20fill='black'/%3e%3crect%20x='5'%20y='5'%20width='1'%20height='4'%20fill='black'/%3e%3crect%20y='5'%20width='1'%20height='4'%20fill='black'/%3e%3crect%20x='1'%20y='8'%20width='4'%20height='1'%20fill='black'/%3e%3c/svg%3e");background-position:3px 2px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Help],.title-bar-controls button[aria-label].help{background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='9'%20viewBox='0%200%206%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='1'%20width='2'%20height='2'%20fill='black'/%3e%3crect%20x='1'%20width='4'%20height='1'%20fill='black'/%3e%3crect%20x='4'%20y='1'%20width='2'%20height='2'%20fill='black'/%3e%3crect%20x='3'%20y='3'%20width='2'%20height='1'%20fill='black'/%3e%3crect%20x='2'%20y='4'%20width='2'%20height='2'%20fill='black'/%3e%3crect%20x='2'%20y='7'%20width='2'%20height='2'%20fill='black'/%3e%3c/svg%3e");background-position:5px 2px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Close],.title-bar-controls button[aria-label].close{background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='7'%20viewBox='0%200%208%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200H1H2V1H3V2H4H5V1H6V0H7H8V1H7V2H6V3H5V4H6V5H7V6H8V7H7H6V6H5V5H4H3V6H2V7H1H0V6H1V5H2V4H3V3H2V2H1V1H0V0Z'%20fill='black'/%3e%3c/svg%3e");background-position:4px 3px;background-repeat:no-repeat;margin-left:2px}.status-bar{gap:1px;margin:0 1px;display:flex}.status-bar-field{box-shadow:var(--border-status-field);flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:var(--element-spacing)}fieldset{padding:calc(2 * var(--border-width) + var(--element-spacing));border-image:url("data:image/svg+xml,%3csvg%20width='5'%20height='5'%20viewBox='0%200%205%205'%20fill='grey'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200H5V5H0V2H2V3H3V2H0'%20fill='white'%20/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200H4V4H0V1H1V3H3V1H0'%20fill='%23808080'%20/%3e%3c/svg%3e") 2;margin:0;padding-block-start:var(--element-spacing)}legend{background:var(--surface)}.field-row{align-items:center;gap:var(--grouped-element-spacing);display:flex}[class^=field-row]+[class^=field-row]{margin-top:var(--grouped-element-spacing)}.field-row>*+*{margin-left:var(--grouped-element-spacing)}.field-row-stacked{flex-direction:column;display:flex}.field-row-stacked *+*{margin-top:var(--grouped-element-spacing)}label{-webkit-user-select:none;user-select:none;align-items:center;display:inline-flex}input[type=radio],input[type=checkbox]{appearance:none;opacity:0;background:0;border:none;margin:0;position:fixed}input[type=radio]+label,input[type=checkbox]+label{line-height:13px}input[type=radio]+label{margin-left:var(--radio-total-width);position:relative}input[type=radio]+label:before{content:"";top:0;left:calc(-1 * (var(--radio-total-width-precalc)));width:var(--radio-width);height:var(--radio-width);margin-right:var(--radio-label-spacing);background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200H4V1H2V2H1V4H0V8H1V10H2V8H1V4H2V2H4V1H8V2H10V1H8V0Z'%20fill='%23808080'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%201H4V2H2V3V4H1V8H2V9H3V8H2V4H3V3H4V2H8V3H10V2H8V1Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%203H10V4H9V3ZM10%208V4H11V8H10ZM8%2010V9H9V8H10V9V10H8ZM4%2010V11H8V10H4ZM4%2010V9H2V10H4Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%202H10V4H11V8H10V10H8V11H4V10H2V11H4V12H8V11H10V10H11V8H12V4H11V2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%202H8V3H9V4H10V8H9V9H8V10H4V9H3V8H2V4H3V3H4V2Z'%20fill='white'/%3e%3c/svg%3e");display:inline-block;position:absolute}input[type=radio]:active+label:before{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200H4V1H2V2H1V4H0V8H1V10H2V8H1V4H2V2H4V1H8V2H10V1H8V0Z'%20fill='%23808080'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%201H4V2H2V3V4H1V8H2V9H3V8H2V4H3V3H4V2H8V3H10V2H8V1Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%203H10V4H9V3ZM10%208V4H11V8H10ZM8%2010V9H9V8H10V9V10H8ZM4%2010V11H8V10H4ZM4%2010V9H2V10H4Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%202H10V4H11V8H10V10H8V11H4V10H2V11H4V12H8V11H10V10H11V8H12V4H11V2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%202H8V3H9V4H10V8H9V9H8V10H4V9H3V8H2V4H3V3H4V2Z'%20fill='%23C0C0C0'/%3e%3c/svg%3e")}input[type=radio]:checked+label:after{content:"";width:var(--radio-dot-width);height:var(--radio-dot-width);top:var(--radio-dot-top);left:var(--radio-dot-left);background:url("data:image/svg+xml,%3csvg%20width='4'%20height='4'%20viewBox='0%200%204%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200H1V1H0V2V3H1V4H3V3H4V2V1H3V0Z'%20fill='black'/%3e%3c/svg%3e");display:block;position:absolute}input[type=radio]:focus+label,input[type=checkbox]:focus+label{outline:1px dotted #000}input[type=radio][disabled]+label:before{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%200H4V1H2V2H1V4H0V8H1V10H2V8H1V4H2V2H4V1H8V2H10V1H8V0Z'%20fill='%23808080'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%201H4V2H2V3V4H1V8H2V9H3V8H2V4H3V3H4V2H8V3H10V2H8V1Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%203H10V4H9V3ZM10%208V4H11V8H10ZM8%2010V9H9V8H10V9V10H8ZM4%2010V11H8V10H4ZM4%2010V9H2V10H4Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%202H10V4H11V8H10V10H8V11H4V10H2V11H4V12H8V11H10V10H11V8H12V4H11V2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%202H8V3H9V4H10V8H9V9H8V10H4V9H3V8H2V4H3V3H4V2Z'%20fill='%23C0C0C0'/%3e%3c/svg%3e")}input[type=radio][disabled]:checked+label:after{background:url("data:image/svg+xml,%3csvg%20width='4'%20height='4'%20viewBox='0%200%204%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200H1V1H0V2V3H1V4H3V3H4V2V1H3V0Z'%20fill='%23808080'/%3e%3c/svg%3e")}input[type=checkbox]+label{margin-left:var(--checkbox-total-width);position:relative}input[type=checkbox]+label:before{content:"";left:calc(-1 * (var(--checkbox-total-width-precalc)));width:var(--checkbox-width);height:var(--checkbox-width);background:var(--button-highlight);box-shadow:var(--border-field);margin-right:var(--radio-label-spacing);display:inline-block;position:absolute}input[type=checkbox]:active+label:before{background:var(--surface)}input[type=checkbox]:checked+label:after{content:"";width:var(--checkmark-width);height:var(--checkmark-width);left:calc(-1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left));background:url("data:image/svg+xml,%3csvg%20width='7'%20height='7'%20viewBox='0%200%207%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%200H6V1H5V2H4V3H3V4H2V3H1V2H0V5H1V6H2V7H3V6H4V5H5V4H6V3H7V0Z'%20fill='black'/%3e%3c/svg%3e");display:block;position:absolute}input[type=checkbox][disabled]+label:before{background:var(--surface)}input[type=checkbox][disabled]:checked+label:after{background:url("data:image/svg+xml,%3csvg%20width='7'%20height='7'%20viewBox='0%200%207%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%200H6V1H5V2H4V3H3V4H2V3H1V2H0V5H1V6H2V7H3V6H4V5H5V4H6V3H7V0Z'%20fill='%23808080'/%3e%3c/svg%3e")}input[type=text],input[type=password],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=search],select,textarea{box-shadow:var(--border-field);background-color:var(--button-highlight);appearance:none;border:none;border-radius:0;padding:8px 4px}input[type=search]::-webkit-search-decoration{display:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-search-results-button{display:none}input[type=search]::-webkit-search-results-decoration{display:none}input[type=email]:disabled,input[type=url]:disabled,input[type=tel]:disabled,input[type=password]:disabled,input[type=text]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=email]:read-only,input[type=url]:read-only,input[type=tel]:read-only,input[type=password]:read-only,input[type=text]:read-only,input[type=number]:read-only,input[type=search]:read-only,textarea:disabled{background-color:var(--surface)}select{appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%200H0V1V16H1V1H15V0Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%201H1V15H2V2H14V1H2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2017H15H0V16H15V0H16V17Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%201H14V15H1V16H14H15V1Z'%20fill='%23808080'/%3e%3crect%20x='2'%20y='2'%20width='12'%20height='13'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%206H4V7H5V8H6V9H7V10H8V9H9V8H10V7H11V6Z'%20fill='black'/%3e%3c/svg%3e");background-position:right 2px top 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}select:focus,input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus{outline:none}input[type=range]{appearance:none;background:0 0;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{appearance:none;width:11px;height:21px;box-shadow:none;background:url("data:image/svg+xml,%3csvg%20width='11'%20height='21'%20viewBox='0%200%2011%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200V16H2V18H4V20H5V19H3V17H1V1H10V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1%201V16H2V17H3V18H4V19H6V18H7V17H8V16H9V1Z'%20fill='%23C0C7C8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%201H10V16H8V18H6V20H5V19H7V17H9Z'%20fill='%2387888F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%200H11V16H9V18H7V20H5V21H6V19H8V17H10Z'%20fill='black'/%3e%3c/svg%3e");border:none;transform:translateY(-8px)}input[type=range].has-box-indicator::-webkit-slider-thumb{background:url("data:image/svg+xml,%3csvg%20width='11'%20height='21'%20viewBox='0%200%2011%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200V20H1V1H10V0Z'%20fill='white'/%3e%3crect%20x='1'%20y='1'%20width='8'%20height='18'%20fill='%23C0C7C8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%201H10V20H1V19H9Z'%20fill='%2387888F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%200H11V21H0V20H10Z'%20fill='black'/%3e%3c/svg%3e");transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:url("data:image/svg+xml,%3csvg%20width='11'%20height='21'%20viewBox='0%200%2011%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200V16H2V18H4V20H5V19H3V17H1V1H10V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1%201V16H2V17H3V18H4V19H6V18H7V17H8V16H9V1Z'%20fill='%23C0C7C8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%201H10V16H8V18H6V20H5V19H7V17H9Z'%20fill='%2387888F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%200H11V16H9V18H7V20H5V21H6V19H8V17H10Z'%20fill='black'/%3e%3c/svg%3e");border:0;border-radius:0;width:11px;height:21px;transform:translateY(2px)}input[type=range].has-box-indicator::-moz-range-thumb{background:url("data:image/svg+xml,%3csvg%20width='11'%20height='21'%20viewBox='0%200%2011%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200V20H1V1H10V0Z'%20fill='white'/%3e%3crect%20x='1'%20y='1'%20width='8'%20height='18'%20fill='%23C0C7C8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%201H10V20H1V19H9Z'%20fill='%2387888F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%200H11V21H0V20H10Z'%20fill='black'/%3e%3c/svg%3e");transform:translateY(0)}input[type=range]::-webkit-slider-runnable-track{box-sizing:border-box;background:#000;border-bottom:1px solid gray;border-right:1px solid gray;width:100%;height:2px;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9}input[type=range]::-moz-range-track{box-sizing:border-box;background:#000;border-bottom:1px solid gray;border-right:1px solid gray;width:100%;height:2px;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9}.is-vertical{width:4px;height:150px;display:inline-block;transform:translateY(50%)}.is-vertical>input[type=range]{width:150px;height:4px;margin:0 calc(var(--grouped-element-spacing) + var(--range-spacing)) 0 var(--range-spacing);transform-origin:0;transform:rotate(270deg) translateX(calc(-50% + var(--element-spacing)))}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid gray;border-left:1px solid gray;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-moz-range-track{border-bottom:1px solid gray;border-left:1px solid gray;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px)scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px)scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px)scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0)scaleX(-1)}select:focus{color:var(--button-highlight);background-color:var(--dialog-blue)}select:focus option{color:#000;background-color:#fff}select:active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200H15H16V17H15H0V16V1V0ZM1%2016H15V1H1V16Z'%20fill='%23808080'/%3e%3crect%20x='1'%20y='1'%20width='14'%20height='15'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%207H5V8H6V9H7V10H8V11H9V10H10V9H11V8H12V7Z'%20fill='black'/%3e%3c/svg%3e")}a{color:var(--link-blue)}a:focus{outline:1px dotted var(--link-blue)}ul.tree-view{background:var(--button-highlight);box-shadow:var(--border-field);margin:0;padding:6px;display:block}ul.tree-view li{list-style-type:none}ul.tree-view a{color:#000;text-decoration:none}ul.tree-view a:focus{background-color:var(--dialog-blue);color:var(--button-highlight)}ul.tree-view ul,ul.tree-view li{margin-top:3px}ul.tree-view ul{border-left:1px dotted gray;margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{content:"";border-bottom:1px dotted gray;width:12px;display:block;position:absolute;top:6px;left:-16px}ul.tree-view ul>li:last-child:after{content:"";background:var(--button-highlight);width:8px;display:block;position:absolute;top:7px;bottom:0;left:-20px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{z-index:1;margin-left:-22px;position:relative}ul.tree-view details>summary:before{text-align:center;float:left;content:"+";background-color:#fff;border:1px solid gray;width:8px;height:9px;margin-right:5px;padding-left:1px;line-height:8px;display:block}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::marker{content:""}ul.tree-view details>summary::-webkit-details-marker{content:""}pre{background:var(--button-highlight);box-shadow:var(--border-field);margin:0;padding:12px 8px;display:block}code,code *{font-family:monospace}summary:focus{outline:1px dotted #000}::-webkit-scrollbar{width:16px}::-webkit-scrollbar:horizontal{height:17px}::-webkit-scrollbar-corner{background:var(--button-face)}::-webkit-scrollbar-track{background-image:url("data:image/svg+xml,%3csvg%20width='2'%20height='2'%20viewBox='0%200%202%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1%200H0V1H1V2H2V1H1V0Z'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%200H1V1H0V2H1V1H2V0Z'%20fill='white'/%3e%3c/svg%3e")}::-webkit-scrollbar-thumb{background-color:var(--button-face);box-shadow:var(--border-raised-outer), var(--border-raised-inner)}::-webkit-scrollbar-button:horizontal:start:decrement{display:block}::-webkit-scrollbar-button:horizontal:end:increment{display:block}::-webkit-scrollbar-button:vertical:start:decrement{display:block}::-webkit-scrollbar-button:vertical:end:increment{display:block}::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%200H0V1V16H1V1H15V0Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%201H1V15H2V2H14V1H2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2017H15H0V16H15V0H16V17Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%201H14V15H1V16H14H15V1Z'%20fill='%23808080'/%3e%3crect%20x='2'%20y='2'%20width='12'%20height='13'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8%206H7V7H6V8H5V9H4V10H11V9H10V8H9V7H8V6Z'%20fill='black'/%3e%3c/svg%3e");height:17px}::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%200H0V1V16H1V1H15V0Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%201H1V15H2V2H14V1H2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2017H15H0V16H15V0H16V17Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%201H14V15H1V16H14H15V1Z'%20fill='%23808080'/%3e%3crect%20x='2'%20y='2'%20width='12'%20height='13'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%206H4V7H5V8H6V9H7V10H8V9H9V8H10V7H11V6Z'%20fill='black'/%3e%3c/svg%3e");height:17px}::-webkit-scrollbar-button:horizontal:start{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%200H0V1V16H1V1H15V0Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%201H1V15H2V2H14V1H2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2017H15H0V16H15V0H16V17Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%201H14V15H1V16H14H15V1Z'%20fill='%23808080'/%3e%3crect%20x='2'%20y='2'%20width='12'%20height='13'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%204H8V5H7V6H6V7H5V8H6V9H7V10H8V11H9V4Z'%20fill='black'/%3e%3c/svg%3e");width:16px}::-webkit-scrollbar-button:horizontal:end{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%200H0V1V16H1V1H15V0Z'%20fill='%23DFDFDF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%201H1V15H2V2H14V1H2Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%2017H15H0V16H15V0H16V17Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15%201H14V15H1V16H14H15V1Z'%20fill='%23808080'/%3e%3crect%20x='2'%20y='2'%20width='12'%20height='13'%20fill='%23C0C0C0'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%204H6V11H7V10H8V9H9V8H10V7H9V6H8V5H7V4Z'%20fill='black'/%3e%3c/svg%3e");width:16px}.window[role=tabpanel]{z-index:2;position:relative}menu[role=tablist]{text-indent:0;margin:0 0 -2px;padding-left:3px;list-style-type:none;display:flex;position:relative}menu[role=tablist]>li{box-shadow:var(--border-tab);z-index:1;border-top-left-radius:3px;border-top-right-radius:3px}menu[role=tablist]>li[aria-selected=true]{background-color:var(--surface);z-index:8;margin-top:-2px;margin-left:-3px;padding-bottom:2px;position:relative}menu[role=tablist]>li>a{color:#222;margin:6px;text-decoration:none;display:block}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted #222}menu[role=tablist].multirows>li{text-align:center;flex-grow:1}.sunken-panel{box-sizing:border-box;background-color:#fff;border:2px groove #0000;border-image:url("data:image/svg+xml,%3csvg%20width='5'%20height='5'%20viewBox='0%200%205%205'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='4'%20height='1'%20x='0'%20y='0'%20fill='%23808080'/%3e%3crect%20width='1'%20height='4'%20x='0'%20y='0'%20fill='%23808080'/%3e%3crect%20width='2'%20height='1'%20x='1'%20y='1'%20fill='%230a0a0a'/%3e%3crect%20width='1'%20height='2'%20x='1'%20y='1'%20fill='%230a0a0a'/%3e%3crect%20width='5'%20height='1'%20x='0'%20y='4'%20fill='%23fff'/%3e%3crect%20width='1'%20height='5'%20x='4'%20y='0'%20fill='%23fff'/%3e%3crect%20width='1'%20height='3'%20x='3'%20y='1'%20fill='%23dfdfdf'/%3e%3crect%20width='3'%20height='1'%20x='1'%20y='3'%20fill='%23dfdfdf'/%3e%3c/svg%3e") 2;overflow:auto}table{border-collapse:collapse;text-align:left;white-space:nowrap;background-color:#fff;width:100%;position:relative}table>thead>tr>*{box-shadow:var(--border-raised-outer), var(--border-raised-inner);background:var(--surface);padding:4px var(--grouped-element-spacing);font-weight:400;position:sticky;top:0}table.interactive>tbody>tr{cursor:pointer}table>tbody>tr.highlighted{color:#fff;background-color:var(--dialog-blue)}table>tbody>tr>*{padding:2px var(--grouped-element-spacing)}.progress-indicator{height:32px;box-shadow:var(--border-sunken-inner);box-sizing:border-box;appearance:none;border:none;border-radius:0;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:var(--dialog-blue);height:100%;display:block}.progress-indicator.segmented>.progress-indicator-bar{background-color:#0000;background-image:linear-gradient(90deg, var(--dialog-blue) 0 16px, transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:var(--button-highlight);box-shadow:var(--border-field);padding:2px}.field-border-disabled{background:var(--surface);box-shadow:var(--border-field);padding:2px}.status-field-border{background:var(--surface);box-shadow:var(--border-status-field);padding:1px}.menu-bar{display:flex}.menu-bar .menu-bar-item{position:relative}.menu-bar .menu-bar-item>button{box-shadow:none;outline:none;min-width:auto;min-height:20px;padding:0 6px}.menu-bar .menu-bar-item>button:active,.menu-bar .menu-bar-item>button:focus{text-shadow:0 0 #222;box-shadow:inset -1px -1px #fff,inset 0 0 #0a0a0a,inset -1px -1px #dfdfdf,inset 1px 1px gray}.menu-bar .menu-bar-item:focus-within>.menu,.menu-bar .menu-bar-item>button:focus+.menu{display:block}ul.menu>li[data-menu-action]{cursor:default}ul.menu>li[data-menu-action]:focus{background:var(--dialog-blue);color:#fff;outline:none}.window-body.frame{margin:2px}ul.menu{z-index:100;background:silver;width:max-content;min-width:100px;margin:0;padding:2px;list-style-type:none;display:none;position:absolute;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px gray,inset 2px 2px #fff}ul.menu>li:not(.divider){cursor:default;padding:3px 20px}ul.menu>li>a{color:inherit;margin:-3px -20px;padding:3px 20px;text-decoration:none;display:block}ul.menu li:not(.disabled):not(.divider):hover{background:var(--dialog-blue);color:#fff}ul.menu li.disabled{color:var(--button-shadow)}ul.menu li.divider{border-top:1px solid gray;border-bottom:1px solid #dfdfdf;margin:2px}ul.menu li>span{float:right;margin-left:10px}html,body{box-sizing:border-box;width:100%;height:100%;margin:0;overflow:hidden}body{background:#008081;font-family:MS Sans Serif,Microsoft Sans Serif,Tahoma,Geneva,sans-serif}h1,h2,h3,h4,h5,h6{margin:0 0 .25rem}.app-page{width:100%;min-height:100vh}.app-window{flex-direction:column;height:100vh;min-height:0;display:flex}html:fullscreen .app-page{width:100%;height:100%;min-height:100%;padding:0}html:fullscreen .app-window{height:100%}.app-window-body{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.app-window-body>#game-shell,.app-window-body>.hotseat-playfield{flex:auto;min-height:0}.app-page--hotseat .hotseat-playfield{flex-direction:row;width:100%;min-height:0;display:flex}.hotseat-pane{border-right:1px solid gray;flex-direction:column;flex:1 1 0;min-width:0;min-height:0;display:flex;position:relative}.hotseat-pane:last-child{border-right:none}.motor-pool-host{z-index:4;position:absolute;inset:0}.motor-pool--pane{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.game-shell--pane{z-index:0;flex:auto;min-height:0;position:relative}.game-canvas-host{z-index:0;flex:auto;width:100%;min-height:0;position:relative}.game-canvas-host canvas{touch-action:none;width:100%;height:100%;display:block}.bottom-hud-host{z-index:2;flex:none;position:relative}.bottom-hud--pane{width:100%;position:relative}.app-window-body>.start-screen{z-index:0;width:auto;height:auto;position:absolute;inset:0}.app-window-body .hud,.app-window-body .motor-pool,.app-window-body .game-end,.app-window-body .death-overlay,.app-window-body .motor-pool-map-dialog-host,.app-window-body .quit-screen{position:absolute}#renderCanvas,#app canvas{touch-action:none;width:100%;height:100%;display:block}.game-shell{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}#game-shell[hidden]{display:none!important}#app{z-index:0;flex:auto;width:100%;min-height:0;position:relative}:root{--bottom-hud-height:auto;--bottom-hud-bunker-max-width:640px;--motor-pool-design-width:320px;--motor-pool-design-height:200px;--motor-pool-sky-height:68px;--motor-pool-horizon-top:var(--motor-pool-sky-height);--motor-pool-horizon-height:68px;--motor-pool-ground-top:calc(var(--motor-pool-sky-height) + var(--motor-pool-horizon-height));--motor-pool-hazard-top:var(--motor-pool-sky-height);--motor-pool-bg-sky-color:#57a8b3;--motor-pool-bg-clouds:url(/tiles/2087.png);--motor-pool-bg-clouds-size:192px 100%;--motor-pool-bg-horizon:url(/tiles/2085.png);--motor-pool-bg-horizon-size:128px 100%;--motor-pool-bg-ground:url(/tiles/2080.png);--motor-pool-bg-ground-size:96px 96px;--motor-pool-tile-elevator-shaft:url(/tiles/2079.png);--motor-pool-tile-bay-led-0:url(/tiles/2092.png);--motor-pool-tile-bay-led-1:url(/tiles/2093.png);--motor-pool-tile-bay-led-2:url(/tiles/2091.png);--motor-pool-tile-readout:url(/tiles/1942.png);--motor-pool-structure-stack-width:164px;--motor-pool-structure-top:35px;--motor-pool-bay-width:42px;--motor-pool-bay-height:28px;--motor-pool-bay-top-row-top:96px;--motor-pool-bay-bottom-row-top:144px;--motor-pool-bay-left-inset:16px;--motor-pool-bay-right-inset:14px;--motor-pool-elevator-width:32px;--motor-pool-vehicle-bottom:4%;--motor-pool-lift-center-x:51%;--motor-pool-lift-height-home:30px;--motor-pool-lift-height-half:76px;--motor-pool-lift-height-grown:144px;--motor-pool-bay-led-bottom:-4px;--motor-pool-bay-led-width:40px;--motor-pool-bay-led-height:2px;--motor-pool-lift-duration:1s;--motor-pool-vehicle-board-duration:.9s;--motor-pool-scene-core-max:640px}#motor-pool-root{width:100%;height:100%}.motor-pool{z-index:4;background:var(--motor-pool-bg-sky-color,#57a8b3);width:100%;height:100%;padding:0;display:none;position:fixed}.motor-pool--full,.motor-pool--split{width:100%;height:100%;inset:0}.motor-pool--left{width:50%;height:100%;top:0;left:0}.motor-pool--right{width:50%;height:100%;top:0;left:50%}.motor-pool__inner,.motor-pool__split{flex-direction:column;width:100%;min-width:0;height:100%;display:flex}.motor-pool__stage{background-color:#636884;background-image:url(/ui/bunker-1p-repeat.jpg);background-position:bottom;background-repeat:repeat-x;flex-direction:column;flex:auto;width:100%;height:100%;min-height:0;display:flex}.motor-pool__scene{flex:auto;width:100%;min-height:0;position:relative;overflow:hidden}.motor-pool__scene-core{z-index:1;width:100%;max-width:var(--motor-pool-scene-core-max);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative;top:0}.motor-pool--left .motor-pool__scene-core,.motor-pool--right .motor-pool__scene-core{max-width:none;padding-inline:8px}.motor-pool__hud{z-index:1;width:100%;max-width:var(--motor-pool-scene-core-max);flex:none;height:212px;margin:0 auto;position:relative}.motor-pool--left .motor-pool__hud,.motor-pool--right .motor-pool__hud{max-width:none;padding-inline:8px}.motor-pool__hud--1p,.motor-pool__hud--2p{aspect-ratio:640/212}.motor-pool__monitor-frame{z-index:4;width:296px;height:148px;position:absolute;top:34px;left:168px;overflow:hidden}.motor-pool__monitor,.vehicle-hud__monitor{z-index:3;width:240px;height:112px;position:absolute;top:54px;left:196px;overflow:hidden}.vehicle-hud__monitor{transform-origin:bottom;will-change:transform;width:285px;height:138px;top:38px;left:174px}@media (prefers-reduced-motion:no-preference){@keyframes vehicle-hud-monitor-enter{0%{opacity:.88;transform:translateY(calc(100% + 20px))}to{opacity:1;transform:translateY(0)}}.vehicle-hud__monitor.vehicle-hud__monitor--entering{animation:.55s cubic-bezier(.22,1,.36,1) both vehicle-hud-monitor-enter}}.motor-pool__shell{align-items:stretch;gap:0;width:100%;height:100%;display:flex}.motor-pool__shell .motor-pool__inner{flex:1;min-width:0}.motor-pool__rail{flex:0 0 24px;justify-content:center;align-items:stretch;display:flex}.motor-pool__rail-img{object-fit:fill;width:24px;height:100%;image-rendering:pixelated;display:block}.motor-pool__chrome{z-index:2;pointer-events:none;line-height:0;position:absolute;inset:0}.motor-pool__chrome-img{width:100%;height:100%;image-rendering:pixelated;display:block}.motor-pool__split{gap:8px}.motor-pool__art{width:100%;max-width:var(--motor-pool-scene-core-max);aspect-ratio:320/200;max-height:100%;image-rendering:pixelated;position:relative;overflow:hidden;container-type:inline-size}.motor-pool__tiles-backdrop{z-index:0;pointer-events:none;width:100%;height:100%;image-rendering:pixelated;position:absolute;inset:0}.motor-pool__art-stage{z-index:1;width:var(--motor-pool-design-width);height:var(--motor-pool-design-height);transform:scale(calc(100cqw / var(--motor-pool-design-width)));transform-origin:0 0;image-rendering:pixelated;position:relative}.motor-pool__tiles-sky{height:var(--motor-pool-sky-height);background-color:var(--motor-pool-bg-sky-color,#57a8b3);position:absolute;top:0;left:0;right:0}.motor-pool__tiles-clouds{background-image:var(--motor-pool-bg-clouds);background-size:var(--motor-pool-bg-clouds-size);image-rendering:pixelated;background-repeat:repeat-x;position:absolute;inset:0}.motor-pool__tiles-horizon{top:var(--motor-pool-horizon-top);height:var(--motor-pool-horizon-height);background-color:#573c1d;background-image:var(--motor-pool-bg-horizon);background-size:var(--motor-pool-bg-horizon-size);image-rendering:pixelated;background-repeat:repeat-x;position:absolute;left:0;right:0}.motor-pool__tiles-ground{top:var(--motor-pool-ground-top);background-image:var(--motor-pool-bg-ground);background-size:var(--motor-pool-bg-ground-size);image-rendering:pixelated;background-repeat:repeat;position:absolute;bottom:0;left:0;right:0}.motor-pool__art .motor-pool__tiles-hazard{left:50%;top:var(--motor-pool-hazard-top);z-index:2;width:20%;height:16%;image-rendering:pixelated;pointer-events:none;background-image:url(/tiles/2084.png);background-position:bottom;background-repeat:no-repeat;background-size:100% 100%;position:absolute;transform:translate(-50%)}.motor-pool__structure-stack{width:var(--motor-pool-structure-stack-width);height:100%;position:relative;left:50%;transform:translate(-50%)}.motor-pool__tiles-structure{width:100%;height:auto;image-rendering:pixelated;top:var(--motor-pool-structure-top);transform-origin:50%;display:block;position:absolute}.motor-pool__elevator{z-index:1;position:absolute;inset:0}.motor-pool__elevator-lift{bottom:0;left:var(--motor-pool-lift-center-x);width:var(--motor-pool-elevator-width);height:var(--motor-pool-lift-height-home);image-rendering:pixelated;will-change:height;transition:height var(--motor-pool-lift-duration) linear;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;transform:translate(-50%)}.motor-pool__elevator-lift.grown{height:var(--motor-pool-lift-height-grown)}.motor-pool__elevator-lift.half-grown{height:var(--motor-pool-lift-height-half)}.motor-pool__elevator-shaft{background-image:var(--motor-pool-tile-elevator-shaft);background-position:50%;background-repeat:repeat-y;background-size:contain;flex-grow:1;width:100%}.motor-pool__elevator--carrying{z-index:3}.motor-pool__elevator-lift--carrying,.motor-pool__elevator-lift.half-grown,.motor-pool__elevator-lift.grown{overflow:visible}.motor-pool__elevator-platform{flex-shrink:0;width:100%;position:relative;overflow:visible}.motor-pool__elevator-platform__tile{width:var(--motor-pool-elevator-width);height:auto;image-rendering:pixelated;margin:0 auto;display:block}.motor-pool__elevator-platform .motor-pool__vehicle--on-platform{z-index:2;transition:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.motor-pool__slots-abs{z-index:2;position:absolute;inset:0}.motor-pool__vehicle{left:50%;bottom:var(--motor-pool-vehicle-bottom);width:auto;height:auto;max-width:var(--motor-pool-bay-width);max-height:var(--motor-pool-bay-height);object-fit:contain;image-rendering:pixelated;z-index:2;transition:transform var(--motor-pool-vehicle-board-duration) linear;position:absolute;transform:translate(-50%)}@keyframes motor-pool-bay-led-anim{0%,33.32%{background-image:var(--motor-pool-tile-bay-led-0)}33.33%,66.65%{background-image:var(--motor-pool-tile-bay-led-1)}66.66%,to{background-image:var(--motor-pool-tile-bay-led-2)}}.motor-pool__bay-leds{right:0;bottom:var(--motor-pool-bay-led-bottom);width:var(--motor-pool-bay-led-width);height:var(--motor-pool-bay-led-height);z-index:2;image-rendering:pixelated;background-position:50%;background-repeat:no-repeat;background-size:contain;animation:.9s step-end infinite motor-pool-bay-led-anim;position:absolute}.motor-pool__slot--bay{background:0 0;border:none;border-radius:8px;position:absolute}.motor-pool__slot--bay:before{content:"";border-radius:inherit;z-index:0;background:0 0;transition:background .35s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #46647814}.motor-pool__slot--tl,.motor-pool__slot--tr,.motor-pool__slot--bl,.motor-pool__slot--br{width:var(--motor-pool-bay-width);height:var(--motor-pool-bay-height)}.motor-pool__slot--tl,.motor-pool__slot--tr{top:var(--motor-pool-bay-top-row-top)}.motor-pool__slot--tl,.motor-pool__slot--bl{left:var(--motor-pool-bay-left-inset)}.motor-pool__slot--tr,.motor-pool__slot--br{right:var(--motor-pool-bay-right-inset)}.motor-pool__slot--bl,.motor-pool__slot--br{top:var(--motor-pool-bay-bottom-row-top)}@keyframes motor-pool-spot-pulse{0%{opacity:.82}to{opacity:1}}.motor-pool__slot--bay.motor-pool__slot--lit:before{background:#06122433}.motor-pool__slot--bay.motor-pool__slot--lit:after{content:"";pointer-events:none;z-index:1;clip-path:polygon(50% 0%,100% 100%,0% 100%);mix-blend-mode:screen;background:radial-gradient(24% 9% at 50% 2.5%,#f0fcff 0%,#c3e6ff8c 48%,#0000 74%),linear-gradient(#daf0ff73 0%,#afd7ff33 38%,#73b4ff0f 65%,#0000 93%);width:50px;height:24px;animation:2.1s ease-in-out infinite alternate motor-pool-spot-pulse;position:absolute;top:0;left:50%;transform:translate(-50%)}.motor-pool__slot--br,.motor-pool__slot--tr{--vehicle-board-x:calc(var(--motor-pool-bay-width) * -1)}.motor-pool__slot--bl,.motor-pool__slot--tl{--vehicle-board-x:var(--motor-pool-bay-width)}.motor-pool__slot--bay.motor-pool__slot--empty:before{background:#000000b8}.motor-pool__slot--bay.motor-pool__slot--empty.motor-pool__slot--lit:after{opacity:.65}.motor-pool__slot--bay.motor-pool__slot--deploying{z-index:4}.motor-pool__slot--bay.motor-pool__slot--deploying .motor-pool__vehicle--boarding{transform:translate(calc(-50% + var(--vehicle-board-x)), 0);z-index:5}.motor-pool__readout{z-index:1;background-image:var(--motor-pool-tile-readout);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:0;justify-content:center;align-items:center;padding:4px 6px 6px;display:flex;position:absolute;inset:0}.motor-pool__read-slot{text-align:center;background:#00000047;border:1px solid #4b698066;border-radius:6px;padding:8px 6px 9px}.motor-pool__read-slot--lit{border-color:#82bef08c;box-shadow:0 0 16px #5aa0ff2e,inset 0 0 20px #508cc80f}.motor-pool__read-slot--tile-hud{background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.motor-pool__tile-readout{align-items:center;width:100%;height:100%;display:flex}.motor-pool__tile-readout__scene{z-index:0;transform-origin:50%;width:186px;height:75px;image-rendering:pixelated;position:relative}.motor-pool__tile-readout__chrome{image-rendering:pixelated;pointer-events:none;z-index:0;position:absolute}.motor-pool__tile-readout__icon,.motor-pool__tile-readout__digit,.motor-pool__tile-readout__digits{image-rendering:pixelated;pointer-events:none;z-index:1;position:absolute}.motor-pool__read-slot--empty{opacity:.46}body:has(.motor-pool--left) .hud{text-align:right;left:auto;right:12px}:is(body:has(.motor-pool--left) .hud .hud__section,body:has(.motor-pool--left) .hud .hud__head){text-align:right}.hud{z-index:2;color:#e8e8ef;-webkit-user-select:none;user-select:none;background:#060810d1;border:1px solid #ffffff1a;border-radius:8px;max-width:min(680px,100% - 24px);padding:10px 12px;font-size:13px;line-height:1.45;position:fixed;top:10px;left:12px}.hud__head{margin-bottom:8px}.hud__ctx{color:#9ec8ff;font-weight:600}.hud__section{border-top:1px solid #ffffff14;margin-top:10px;padding-top:10px}.hud__section:first-of-type{border-top:0;margin-top:0;padding-top:0}.hud__label{letter-spacing:.1em;text-transform:uppercase;color:#7dd3c0;margin-bottom:6px;font-size:10px;font-weight:700}.hud__section--field .hud__label{color:#9ec8ff}.hud__field-line{margin:3px 0}.hud__stats{opacity:.95;font-size:12px}.hud__mp-nav{opacity:.9;margin-top:8px;font-size:12px}.hud__keys-row{margin:4px 0;font-size:12px;line-height:1.4}.hud__keys-tag{letter-spacing:.06em;color:#8ab8b0;min-width:2.5em;font-size:10px;font-weight:700;display:inline-block}.hud__meta{opacity:.92;border-top:1px solid #ffffff14;margin-top:10px;padding-top:8px;font-size:12px}.hud__stalls{flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin-bottom:8px;display:flex}.hud__slot{font-variant-numeric:tabular-nums;background:#00000047;border:1px solid #508c8259;border-radius:4px;flex:1;min-width:0;padding:6px 4px 7px}.hud__slot--lit{color:#fff8e8;border-color:#ffc878bf;box-shadow:0 0 10px #ffbe6426,inset 0 0 16px #ffc8640d}.hud__slot--empty{opacity:.45}.hud__slot-name{letter-spacing:.05em;text-transform:uppercase;color:#8ab8b0;margin-bottom:2px;font-size:10px;display:block}.hud__slot--lit .hud__slot-name{color:#ffd8a8}.hud__slot-n{font-size:14px;font-weight:700}.hud__row{margin:4px 0;font-size:12px}.hud__dim{opacity:.58}.hud kbd{background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.hud .hint{opacity:.75;margin-top:6px;font-size:12px}.hud code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.bottom-hud{z-index:5;-webkit-user-select:none;user-select:none;background:0 0;flex-direction:column;flex:none;justify-content:flex-end;align-items:center;width:100%;min-height:0;padding:0;display:flex;position:relative}.bottom-hud:has(.player-strip__legacy:not([hidden])){background:#636884}.bottom-hud__panels{flex:auto;justify-content:center;align-items:stretch;gap:12px;width:100%;max-width:1200px;min-height:0;margin:0 auto;display:flex}.bottom-hud__panels--singleplayer{flex-direction:row}.bottom-hud__panels--singleplayer .player-strip{flex:1;min-width:0}.bottom-hud__panels--hotseat .player-strip{flex:1;max-width:640px}.player-strip{color:#e8eaf0;background:#0c0e18d9;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:6px;padding:8px 10px;font-size:12px;display:flex}.player-strip:has(.player-strip__vehicle:not([hidden])){background:0 0;border:0;gap:0;padding:0}.motor-pool-map-dialog-host{z-index:40;pointer-events:none;position:fixed;inset:0}.motor-pool-map-dialog{pointer-events:auto;background:#0000006b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.motor-pool-map-dialog[hidden]{display:none!important}.motor-pool-map-dialog__frame{aspect-ratio:1;width:min(432px,72vmin);image-rendering:pixelated;background:#737373;position:relative}.motor-pool-map-dialog__chrome{pointer-events:none;width:100%;height:100%;display:block}.motor-pool-map-dialog__canvas{image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none;position:absolute}.player-strip__vehicle[hidden],.player-strip__legacy[hidden]{display:none!important}.vehicle-hud{justify-content:center;align-items:flex-end;width:100%;display:flex}.vehicle-hud--bunker{width:100%}.vehicle-hud__bunker{width:100%;max-width:var(--bottom-hud-bunker-max-width);margin:0 auto;padding:0 0 4px;position:relative}.vehicle-hud__lines{pointer-events:none;image-rendering:pixelated;image-rendering:crisp-edges;z-index:2;opacity:.5;position:absolute;inset:0}.vehicle-hud__bunker.motor-pool__hud--1p{aspect-ratio:640/212}.vehicle-hud__monitor .vehicle-hud__scene{width:100%;height:100%;image-rendering:pixelated;position:relative}.vehicle-hud__chrome,.vehicle-hud__minimap,.vehicle-hud__damage-flash,.vehicle-hud__ammo-selected,.vehicle-hud__fuel-icon,.vehicle-hud__grenade,.vehicle-hud__beacon{image-rendering:pixelated}.vehicle-hud__chrome{pointer-events:none;width:100%;height:100%;display:block}.vehicle-hud__minimap,.vehicle-hud__damage-flash,.vehicle-hud__ammo-selected,.vehicle-hud__fuel-icon,.vehicle-hud__fuel-bar,.vehicle-hud__ammo-bar,.vehicle-hud__grenade,.vehicle-hud__beacon{position:absolute}.vehicle-hud__minimap{image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none;display:block}.vehicle-hud__damage-flash,.vehicle-hud__ammo-selected{pointer-events:none;width:100%;height:100%;display:block}.vehicle-hud__beacon{opacity:.95;border-radius:50%;box-shadow:0 0 4px #0000008c}.vehicle-hud__beacon--enemy{background:#3dff4a;box-shadow:0 0 6px #3dff4a}.vehicle-hud__beacon--bunker{background:#ff3b30;box-shadow:0 0 6px #ff3b30}.vehicle-hud__beacon[hidden],.vehicle-hud__damage-flash[hidden],.vehicle-hud__ammo-selected[hidden],.vehicle-hud__grenade[hidden],.vehicle-hud__minimap[hidden]{display:none!important}.vehicle-hud__grenades{pointer-events:none;position:absolute;inset:0}.vehicle-hud__grenades[hidden]{display:none!important}.vehicle-hud__grenade{pointer-events:none;display:block}.vehicle-hud__fuel-bar,.vehicle-hud__ammo-bar{pointer-events:none;overflow:hidden}.vehicle-hud__fuel-fill,.vehicle-hud__ammo-fill{background:#f2d74c;width:0%;height:100%;transition:width .12s ease-out;display:block;box-shadow:inset 0 0 0 1px #60480873}.vehicle-hud__ammo-fill{background:#f0ce43}.player-strip--motor-pool .player-strip__kind{opacity:.75;font-style:italic}.player-strip.player-strip--hotseat-dim{opacity:.41}.player-strip__head{align-items:baseline;gap:8px;display:flex}.player-strip__tag{letter-spacing:.06em;color:#9aa3b5;font-size:11px;font-weight:700}.player-strip__kind{text-transform:capitalize;color:#cfd6e6;font-weight:600}.player-strip__row{align-items:center;gap:12px;display:flex}.player-strip__ammo-stack{flex-direction:column;gap:6px;min-width:118px;display:flex}.player-strip__ammo{flex-direction:column;gap:4px;min-width:0;display:flex}.player-strip__ammo-label{text-transform:uppercase;letter-spacing:.08em;color:#7a8499;font-size:10px}.player-strip__ammo-count{letter-spacing:.02em;color:#e8edf9;font-size:14px;font-weight:700;line-height:1.2}.shell-row{flex-wrap:nowrap;gap:4px;display:flex}.shell{background:linear-gradient(90deg,#c9b87a 0%,#e8ddaa 40%,#a89860 100%);border:1px solid #00000059;border-radius:3px 3px 5px 5px;width:8px;height:16px;box-shadow:inset 0 1px #ffffff59,0 1px 2px #00000073}.shell.shell--empty{opacity:.55;background:#2a2e38;border-color:#00000080;box-shadow:inset 0 1px #ffffff0f}.shell-row--mines .shell{background:linear-gradient(90deg,#4a4a52 0%,#6a6a72 45%,#3a3a44 100%);border-radius:2px;width:6px;height:12px}.player-strip__gauges{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.gauge{flex-direction:column;gap:2px;display:flex}.gauge__label{text-transform:uppercase;letter-spacing:.06em;color:#7a8499;font-size:10px}.gauge__track{background:#00000073;border:1px solid #ffffff0f;border-radius:4px;height:8px;overflow:hidden}.gauge__track--fuel .gauge__fill{background:linear-gradient(90deg,#6a4a12,#e8a82e,#ffd56a);border-radius:3px;width:100%;height:100%;transition:width .12s ease-out}.gauge__track--hp .gauge__fill{background:linear-gradient(90deg,#6b1212,#c43c3c,#5ecf7a) 0/200% 100%;border-radius:3px;width:100%;height:100%;transition:width .12s ease-out}.minimap-wrap{flex-shrink:0}.minimap-canvas{border:1px solid #ffffff1f;border-radius:6px;display:block;box-shadow:0 2px 8px #00000059}.game-end{z-index:6;-webkit-user-select:none;user-select:none;background:#050608;border:none;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}.game-end--hidden{display:none!important}.game-end__video{object-fit:cover;object-position:center;background:#050608;width:100%;height:100%;position:absolute;inset:0}.game-end__scrim{pointer-events:none;background:linear-gradient(#04060a59 0%,#0000 38%),linear-gradient(#0000 28%,#0003 58%,#000000d1 100%);position:absolute;inset:0}.game-end__banner{z-index:2;object-fit:contain;object-position:center bottom;pointer-events:none;width:50%;max-width:100%;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;margin:32px auto;display:block;position:relative}.game-end__status{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.game-end__prompt{z-index:3;color:#fff;text-shadow:0 1px 3px #000000e6;pointer-events:none;margin:0 0 clamp(20px,4vh,40px);padding:0 1rem;font-size:14px;font-weight:700;position:relative}.game-end--awaiting-dismiss:focus{outline-offset:-4px;outline:2px solid #fff}.death-overlay{z-index:70;-webkit-user-select:none;user-select:none;visibility:visible;pointer-events:auto;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.death-overlay:before{content:"";z-index:0;pointer-events:none;opacity:0;background:#000000b8;transition:opacity .5s ease-out;position:absolute;inset:0}.death-overlay:not(.death-overlay--hidden):before{opacity:1}.death-overlay--hidden{visibility:hidden;pointer-events:none}.death-overlay--hidden:before{opacity:0;transition-duration:.12s;transition-timing-function:ease-in}.death-overlay__inner{z-index:1;width:100%;height:100%;display:flex;position:relative}.death-overlay__panel{background-color:#030302;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}@media (prefers-reduced-motion:no-preference){@keyframes death-overlay-panel-enter{0%{background-color:#03030200}to{background-color:#030302}}@keyframes death-overlay-content-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.death-overlay__panel.death-overlay__panel--entering{animation:.55s ease-out both death-overlay-panel-enter}.death-overlay__panel.death-overlay__panel--entering .death-overlay__skull,.death-overlay__panel.death-overlay__panel--entering .death-overlay__lives{animation:.45s ease-out .1s both death-overlay-content-enter}}.death-overlay__skull{justify-content:center;align-items:center;display:flex}.death-overlay__skull-frame{width:128px;height:128px;image-rendering:pixelated}.death-overlay__lives{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.death-overlay__life{width:24px;height:24px;position:relative}.death-overlay__life-icon,.death-overlay__life-lost{width:24px;height:24px;image-rendering:pixelated;pointer-events:none;position:absolute;inset:0}.death-overlay__life-lost{z-index:1}.death-overlay__panel--hidden{display:none!important}.death-overlay--split{pointer-events:none}.death-overlay--split .death-overlay__inner{grid-template-columns:1fr 1fr;display:grid}.death-overlay--split .death-overlay__panel--p0{border-right:2px solid #78b4c859;grid-column:1}.death-overlay--split .death-overlay__panel--p1{grid-column:2}.death-overlay--split .death-overlay__panel:not(.death-overlay__panel--hidden){pointer-events:auto}.death-overlay--split .death-overlay__panel--hidden{visibility:hidden;pointer-events:none;background-color:#0000;border-color:#0000;display:flex!important}body.start-screen-active #game-shell,body.start-screen-active #hud,body.start-screen-active #motor-pool-root,body.start-screen-active #bottom-hud,body.start-screen-active .hotseat-playfield,body.start-screen-active #game-end-overlay,body.start-screen-active #death-overlay{visibility:hidden}body.start-screen-active .start-screen{z-index:8}.start-screen{width:100%;height:100%;image-rendering:pixelated;background:#05070e url(/ui/start-splash.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;padding:clamp(12px,3vw,28px);display:flex}.start-screen__panel{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:min(720px,100%);display:flex}.start-screen__panel--hidden{display:none!important}.start-screen__panel--desktop{z-index:5;width:100%;position:relative}.start-screen__panel--desktop[hidden],.start-screen__panel--desktop.start-screen__panel--hidden{z-index:auto}ul.menu>li[data-menu-action=options-sound-toggle]{position:relative}ul.menu>li[data-menu-action=options-sound-toggle]:before{content:"";text-align:center;pointer-events:none;width:12px;position:absolute;left:6px}ul.menu>li[data-menu-action=options-sound-toggle].menu-item-checked:before{content:"✓"}.start-screen__window{z-index:1;width:min(22rem,100% - 2rem);margin:clamp(12px,3vw,28px) auto 0;position:relative}dialog.keyboard-bindings{width:min(52rem,100% - 1.5rem);height:fit-content;max-height:calc(100% - 1.5rem);color:inherit;text-align:left;background:0 0;border:none;margin:auto;padding:0;inset:0;overflow:visible}dialog.keyboard-bindings::backdrop{background:#0006}.keyboard-bindings__window{width:100%}.keyboard-bindings__body{flex-direction:column;min-height:0;max-height:min(32rem,100vh - 8rem);display:flex;overflow:hidden}.keyboard-bindings__intro{flex-shrink:0;margin:0 0 .75rem}.keyboard-bindings__tabs{flex-direction:column;flex:auto;min-height:0;display:flex}dialog.keyboard-bindings menu[role=tablist]{flex-shrink:0;display:flex!important}.keyboard-bindings__tabs>.window[role=tabpanel]{flex-direction:column;flex:auto;min-height:0;display:flex}.keyboard-bindings__tab-body{box-sizing:border-box;flex:auto;min-height:0;padding:.5rem;overflow:auto}.keyboard-bindings__panel--hidden{display:none!important}.keyboard-bindings__table-panel{overflow:auto}.keyboard-bindings__key{background:#fff;border:1px solid gray;border-radius:2px;padding:0 .25rem;display:inline-block}.keyboard-bindings__note{color:#404040;margin-top:.1rem;display:block}.keyboard-bindings__actions{flex-shrink:0;justify-content:flex-end;margin-top:.75rem;display:flex}dialog.high-scores{width:min(36rem,100% - 1.5rem);height:fit-content;max-height:calc(100% - 1.5rem);color:inherit;text-align:left;background:0 0;border:none;margin:auto;padding:0;inset:0;overflow:visible}dialog.high-scores::backdrop{background:#0006}.high-scores__window{width:100%}.high-scores__body{max-height:min(28rem,100vh - 8rem);overflow:auto}.high-scores__tab-body{max-height:min(22rem,100vh - 12rem);padding:.5rem;overflow:auto}.high-scores__panel--hidden{display:none!important}.high-scores__level{margin-bottom:.5rem}.high-scores__map{width:100%}.high-scores__time{text-align:right;font-variant-numeric:tabular-nums}.high-scores__complete{color:#006400;width:1em;margin-right:.15rem;display:inline-block}.high-scores__actions{justify-content:flex-end;margin-top:.75rem;display:flex}.start-screen__window--wide{width:min(26rem,100% - 2rem)}.start-screen__window--level-select{width:min(33rem,100% - 2rem)}.start-screen__player-fieldset{border:none;margin:0 0 .5rem;padding:0}.start-screen__player-fieldset legend{margin-bottom:.35rem}.level-selector__layout{grid-template-columns:minmax(7rem,auto) 1fr;align-items:start;gap:1rem;margin-bottom:.75rem;display:grid}.level-selector__maps{flex-direction:column;gap:.5rem;min-width:0;display:flex}.level-selector__preview{aspect-ratio:1;width:100%;max-width:192px;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;background:#03619a;border:2px inset silver;display:block}.level-selector__list{background:#fff;border:2px inset silver;height:10rem;margin:0;padding:0;list-style:none;overflow-y:auto}.level-selector__map-item{cursor:pointer;text-align:left;align-items:center;gap:.4rem;padding:.2rem .35rem;display:flex}.level-selector__map-item--selected{color:#fff;background:navy}.level-selector__map-item--completed .level-selector__map-complete{color:#9fd89f}.level-selector__map-complete{flex:none;font-weight:700;line-height:1}.level-selector__map-name{flex:auto;min-width:0}.level-selector__map-time{opacity:.85;font-variant-numeric:tabular-nums;flex:none;font-size:.85em}.level-selector__level--locked{opacity:.45}.start-screen__names{margin:.5rem 0 .25rem}.start-screen__names .field-row{align-items:center;gap:.5rem;display:flex}.start-screen__name-input{flex:auto;min-width:8rem;max-width:14rem}.level-selector__map-icon{background:radial-gradient(circle at 35% 35%,#8fd4ff,#03619a 55%,#024a75);border:1px solid #024a75;border-radius:50%;flex:0 0 14px;width:14px;height:14px}.level-selector__actions{justify-content:center}.start-screen__hero{cursor:pointer;border:1px solid #ffffff1f;border-radius:6px;max-width:min(640px,100%);height:auto;box-shadow:0 16px 48px #0000008c}.start-screen__nav{flex-direction:column;gap:.5rem;width:100%;display:flex}.start-screen__nav-as-button{color:#0000;width:100%;min-width:75px;min-height:23px;font:inherit;text-align:center;text-shadow:0 0 #222;background:silver;border:none;border-radius:0;padding:0 12px;line-height:23px;text-decoration:none;display:block;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}.start-screen__nav-as-button:active{text-shadow:1px 1px #222;box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}.start-screen__nav-as-button:focus{outline-offset:-4px;outline:1px dotted #000}.map-editor-page{width:100%;min-height:100vh;margin:0}.map-editor-page__body>.rfm-map-editor-window{flex:auto;max-width:none;min-height:0;margin:0}.start-screen__map-field{width:100%;margin-bottom:.5rem}.start-screen__map-mode{margin:0 0 .5rem}.start-screen__map-support,.start-screen__map-warning{margin:.35rem 0 0}.start-screen__map-actions{gap:.5rem;margin-top:.75rem;display:flex}.start-screen__settings-note{margin:0 0 .75rem;line-height:1.45}.rfm-modal-bg{z-index:200;background:#00000059;position:fixed;inset:0}.rfm-modal-bg[hidden]{display:none}.rfm-modal-window{z-index:210;width:min(300px,100vw - 32px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.rfm-modal-window[hidden]{display:none}.rfm-modal-window__actions{justify-content:center;margin-top:10px;display:flex}.rfm-map-editor-window{flex-direction:column;display:flex}.rfm-map-editor-window__title{align-items:center;gap:6px;display:flex}.rfm-map-editor-window__favicon{flex-shrink:0;display:block}.rfm-map-editor-window-body{flex-direction:column;gap:10px;display:flex}.rfm-map-editor__stage{background-color:silver;flex-direction:row;align-items:stretch;gap:10px;width:100%;height:calc(100vh - 300px);padding:4px;display:flex;overflow:hidden}.rfm-map-editor__bottom-row{flex-wrap:wrap;align-items:flex-start;gap:12px 16px;display:flex}.rfm-map-editor__upload-row{margin-top:4px}.rfm-map-editor__upload-row>*+*{margin-top:8px}.rfm-map-editor__upload-as-button{color:#0000;min-width:75px;min-height:23px;font:inherit;text-align:center;text-shadow:0 0 #222;cursor:pointer;background:silver;border:none;border-radius:0;padding:0 12px;line-height:23px;display:inline-block;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}.rfm-map-editor__upload-as-button:active{text-shadow:1px 1px #222;box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}.rfm-map-editor__map-settings{flex-wrap:wrap;flex:280px;gap:8px 20px;margin:0 0 0 4px;display:flex}.rfm-map-settings__col{flex-direction:column;gap:6px;display:flex}.rfm-map-editor__canvas-wrap{touch-action:none;background:#000;border:1px solid #5a829659;flex:1;min-width:0;min-height:0;overflow:hidden}.rfm-map-editor__hint{color:#222222e0;margin:0;font-size:.78rem}.rfm-map-editor__palette-mount{flex:none;align-self:stretch;width:368px;min-width:0;min-height:0}.rfm-map-editor__palette{flex-direction:column;height:100%;max-height:100%;display:flex}.rfm-map-editor__palette-panel{height:calc(100vh - 330px);overflow:auto}.rfm-map-editor__palette-panel--hidden{display:none}.rfm-map-editor__palette-grid{grid-template-columns:repeat(var(--rfm-palette-cols,5), max-content);display:grid;position:relative}.rfm-map-editor__palette-tile{image-rendering:pixelated;cursor:pointer;background-color:#121624e0;background-position:50%;background-repeat:no-repeat;background-size:contain;min-width:auto;padding:0}.rfm-map-editor__palette-selection{pointer-events:none;border:2px solid #feeb77;position:absolute;inset:0}.rfm-map-editor__status--err{color:#8b0000}.map-editor__window{width:min(1080px,100%);margin:0 auto}.map-editor__body{max-height:calc(100vh - 120px);overflow:auto}.map-editor{flex-direction:column;gap:.65rem;width:100%;display:flex}.map-editor__hint{color:#c8d2e1d1;margin:0;font-size:.82rem;line-height:1.45}.map-editor__row{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;display:flex}.map-editor__row--layer{justify-content:flex-start}.map-editor__label{letter-spacing:.06em;text-transform:uppercase;color:#8cc8bef2;min-width:4.5rem;font-size:.78rem;font-weight:600}.map-editor__select{flex:1;min-width:12rem;max-width:24rem}.map-editor__radio{color:#dce4f0eb;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9rem}.map-editor__brushes{flex-wrap:wrap;align-items:flex-start;gap:.4rem .75rem;display:flex}.map-editor__brush-group{flex-wrap:wrap;flex:1;gap:.25rem;min-width:0;display:flex}.map-editor__brush{color:#e8eaf0;cursor:pointer;min-width:1.65rem;box-shadow:none;background:#121624e0;border:1px solid #ffffff1f;border-radius:0;padding:.2rem .35rem;font:.72rem/1.1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.map-editor__brush:hover{border-color:#78b4dc66}.map-editor__brush--on{color:#c8ffe8;background:#203430f2;border-color:#78dcb4a6}.map-editor__grid-wrap{background:#060a12a6;border:1px solid #5a829659;border-radius:6px;max-height:min(52vh,480px);padding:6px;overflow:auto}.map-editor__grid{gap:1px;width:max-content;margin:0 auto;display:grid}.map-editor__cell{color:#e6ebf5f2;cursor:crosshair;background:#1c2230f2;border:none;border-radius:1px;width:14px;min-width:14px;height:14px;min-height:14px;margin:0;padding:0;font:.62rem/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.map-editor__cell:hover{outline-offset:-1px;outline:1px solid #78b4ff73}.map-editor__meta{color:#e0e6f0;resize:vertical;background:#0c101aeb;border:1px solid #ffffff1f;border-radius:6px;width:100%;min-height:5rem;padding:.45rem .55rem;font:.78rem/1.35 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.map-editor__status{color:#a0dcc8f2;min-height:1.25rem;margin:0;font-size:.82rem}.map-editor__status--err{color:#f0b0b0}.map-editor__actions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.quit-screen{z-index:400;background:silver;justify-content:center;align-items:center;margin:0;padding:2rem;display:none;inset:0}.quit-screen__window{width:min(22rem,100%)}body.state-quit .quit-screen{display:flex}body.state-quit #start-screen-root,body.state-quit #game-shell,body.state-quit #app,body.state-quit #hud,body.state-quit #motor-pool-root,body.state-quit #bottom-hud,body.state-quit #game-end-overlay,body.state-quit #death-overlay{visibility:hidden;display:none!important}.tile-debug-hud{z-index:2;color:#e8f0ff;pointer-events:none;background:#000000c7;border-radius:4px;max-width:min(28rem,100vw - 1rem);padding:.4rem .55rem;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:none;position:absolute;top:.5rem;left:.5rem}.tile-debug-hud--active{display:block}.tile-debug-hud__readout{white-space:pre-wrap}.tile-debug-hud__hint{color:#e8f0ffb8;margin-top:.25rem;font-size:11px}.dev-debug-panel{z-index:3;pointer-events:auto;flex-direction:column;align-items:flex-end;gap:.35rem;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex;position:absolute;top:.5rem;right:.5rem}.dev-debug-panel__toggle{color:#e8f0ff;cursor:pointer;font:inherit;background:#000000b8;border:1px solid #e8f0ff59;border-radius:4px;padding:.25rem .55rem}.dev-debug-panel__toggle:hover{background:#182848eb}.dev-debug-panel__body{color:#e8f0ff;background:#000000d1;border-radius:4px;min-width:14rem;max-width:min(18rem,100vw - 1rem);padding:.45rem .55rem .5rem;display:none;box-shadow:0 2px 10px #00000073}.dev-debug-panel--open .dev-debug-panel__body{display:block}.dev-debug-panel__title{letter-spacing:.04em;text-transform:uppercase;color:#e8f0ffbf;margin:0 0 .35rem;font-size:11px;font-weight:700}.dev-debug-panel__row{cursor:pointer;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:.1rem .4rem;margin:.2rem 0;display:grid}.dev-debug-panel__row input{cursor:pointer;grid-row:1/span 2;margin:0}.dev-debug-panel__label{font-size:12px}.dev-debug-panel__hint{color:#e8f0ff9e;grid-column:2;font-size:10px}.dev-debug-panel__foot{color:#e8f0ff80;margin:.4rem 0 0;font-size:10px;line-height:1.3}
