html{height:100%}body{height:100%;margin:0;overflow:hidden;transition:transform .5s ease;touch-action:none}body.showmenu #lm{left:0}body.showmenu #lm_mask{display:block}button:disabled svg{opacity:.3}dialog{border:1px solid rgba(0,0,0,0.175);border-radius:1rem;box-shadow:0 .5rem 1rem rgba(0,0,0,0.15);outline:0}dialog view{display:block}dialog>*:first-child{display:flex;align-items:center;justify-content:space-between;font-size:18px;user-select:none;margin-bottom:.5em}dialog>*:first-child>*:last-child{display:flex;background-color:#eee;width:32px;height:32px;border-radius:16px;text-align:center;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s}dialog>*:first-child>*:last-child:hover{transform:rotate(90deg)}dialog input,dialog select{padding:8px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;outline:0;transition:all .3s}dialog input:focus,dialog select:focus{box-shadow:0 0 0 3px #9ec5fe}dialog button{background-color:#0d6efd;border:1px solid #36f;border-radius:.5em;cursor:pointer;padding:.5em 1.5em;color:#fff;margin-top:.5em}dialog button:hover{background-color:#0b5ed7}dialog button.secondary{background-color:#fff;color:#0d6efd}dialog button.secondary:hover{background-color:#0d6efd;color:#fff}svg{pointer-events:none}#lm .title{display:inline-block;text-align:center;background:linear-gradient(to right,red,orange,yellow,green,blue,indigo,violet,red,orange,yellow,green,blue,indigo,violet);background-size:1000px;background-clip:text;font-size:20px;font-weight:bold;color:transparent;animation:title_run linear 10s infinite}@keyframes title_run{0{background-position-x:0}100%{background-position-x:60%}}#btn_em.lock .unlock{display:none}#btn_em.unlock .lock{display:none}#dlist{margin:8px;flex:1;overflow-y:auto}#dlist>*{display:flex;align-items:center;justify-content:space-between;padding-left:8px;border-radius:4px;cursor:pointer;line-height:40px;border:1px solid #fff;user-select:none}#dlist>*.hover,#dlist>*:hover{background-color:#eee}#dlist>* button{border:0;background:0;height:40px;width:40px;cursor:pointer}#dlist>* button:hover{color:red}.f12{color:gray;font-size:12px}.contextmenu{position:absolute;background-color:#fff;border:#8f8f73 solid 1px;border-radius:3px;padding:2px;z-index:1110010000;user-select:none}.contextmenu a{display:block;padding-right:16px;white-space:nowrap;line-height:40px;color:#000;cursor:pointer}.contextmenu a:hover{background-color:#d3d3d3}.contextmenu a:hover img{background-color:#adadad;border-color:#adadad}.contextmenu img{background-color:#e0e0e0;border:#e0e0e0 4px solid;height:32px;width:32px;vertical-align:bottom;margin-right:4px}.contextmenu .separator{background-color:#e0e0e0;height:2px}.contextmenu .disable{color:#ccc}.contextmenu .selected img{background-color:#9cf}.contextmenu a:hover.disable{background-color:#fff}.contextmenu a:hover.disable img{background-color:#e0e0e0;border:#e0e0e0 4px solid}.full_overlay{position:fixed;left:0;top:0;right:0;bottom:0}@media screen and (max-width:480px){dialog{margin-top:8px}}