:root{--AuxColor: #2A2A2A}:root{--Fast: .1s;--Slow: .3s;--SlideShow: slide-show var(--Slow) ease-out;--FadeIn: fade-in var(--Fast) ease-out}@keyframes slide-show{0%{margin-right:-90%;opacity:.1}to{margin-right:0;opacity:1}}@keyframes pulse{0%{opacity:1}to{opacity:.4}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}:root{--themeunit: 8px}@font-face{font-family:Open Sans;src:url(./OpenSans-Regular.woff) format("woff"),url(./OpenSans-Regular.woff) format("ttf");font-weight:400}@font-face{font-family:Open Sans;src:url(./OpenSans-Bold.woff) format("woff"),url(./OpenSans-Bold.ttf) format("ttf");font-weight:700}@font-face{font-family:"Free Serif";src:url(./FreeSerif-Regular.woff) format("woff"),url(./FreeSerif-Regular.ttf) format("ttf");font-weight:400}body{width:100%;height:100%;margin:0;padding:0}body.unrecoverable-error:after{display:flex;justify-content:center;align-items:center;width:1.4em;height:1.4em;border-radius:50%;background-color:#565656;box-shadow:0 .8rem #333;color:#f44336;content:"⚠";font-size:9em;font-family:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}h2{font-size:1em;font-weight:700}input[type=search]::-ms-clear{display:none}input[type=search]::-ms-reveal{display:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.splash{background:url(./logo.svg) #2a2a2a center/33% no-repeat;background:url(./logo.svg) var(--AuxColor) center/33% no-repeat;position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:1300;transition:.3s;transition:var(--Slow);transition-property:width,height,background-size;transition-timing-function:ease,ease,ease-in-out}.splash--mini{background-size:80%;background-color:transparent;height:0;width:0}.splash--debug{animation:pulse 1s infinite alternate}@keyframes pulse{0%{filter:drop-shadow(0px 0px 2px blue)}to{filter:drop-shadow(0px 0px 2px red)}}#app{display:flex;flex-direction:column;width:100%;height:100%}.hidden{display:none}.invisible{opacity:0}@-o-viewport{width: auto; zoom: 1;}@viewport{width:auto;zoom:1}
