.panel-bg{background:rgba(0,0,0,.5);left:0;top:0;width:100%;height:100%;z-index:99;position:fixed;display:flex;align-items:center;justify-content:center}.panel{position:absolute;background:#bcbcbc;color:#262626;border:2px solid #bcbcbc;border-style:outset;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;filter:drop-shadow(4px 4px 0px rgba(0,0,0,.6));max-width:80vw;min-width:15em;max-height:80vh;overflow:hidden}.panel-contain{padding:1em;overflow:auto}button span{display:none;position:absolute;background:rgba(255,255,255,.5);border:1px solid black;padding:.5em;font-size:.5em;font-size:16px;pointer-events:none}button:hover span{display:unset}button{border:6px solid rgb(78,78,78);border:outset}button:active{border:inset}.emoji-btn span{display:none;color:#fff;font-size:.5em;font-weight:lighter;position:absolute;background:rgba(0,0,0,.5);padding:.2em;pointer-events:none}.emoji-btn{background:none;border:none;font-size:1.5em;transition:transform .15s ease-out,filter .15s ease-out}.emoji-btn img{width:1.5em}.emoji-btn:hover{transform:scale(1.1)}.emoji-btn:active{transform:scale(.9);filter:brightness(2);border:none}.emoji-btn:hover span{display:inherit;width:50px;left:-10px;bottom:-4em}p{margin:.5em 0}a{font-weight:500;color:#64afff;text-decoration:inherit}a:hover{color:#64afff}h1{font-size:3.2em;line-height:1.1}.title{background:#393939;color:#fff;font-weight:700;padding:.5em}.nav{display:flex;flex-direction:row;justify-content:space-between;background:#393939;color:#fff;font-weight:700;padding:.5em}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}input,textarea{padding:.5em;background:rgba(0,0,0,.7);color:#fff}textarea{flex-grow:1;resize:vertical;height:15em}select{padding:.2em;background:rgba(0,0,0,.7);color:#fff}.label-progress{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.label-progress progress{width:100%;height:20px}.label-progress span{position:absolute}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html,body{overflow:hidden;position:fixed;height:100vh;width:100vw}body,html,div{padding:0;margin:0}body{font-size:.9em;color:#262626;background:#c0c0c0;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:100vh}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.unsel{user-select:none;pointer-events:none}
