html,body{margin:0;padding:0;height:100%;background:#fff;overflow:hidden;font-family:Comic Sans MS,Chalkboard SE,Marker Felt,Segoe Print,cursive,sans-serif;-webkit-user-select:none;user-select:none;touch-action:manipulation}#root{height:100%}#wrap{position:fixed;top:0;right:0;bottom:26px;left:0;display:flex;align-items:center;justify-content:center;background:#fff}#cv{background:#fff;width:min(100vw,calc((100vh - 26px) * 4 / 3));height:min(calc(100vh - 26px),75vw);display:block;cursor:pointer;outline:none}#nameUI{position:fixed;left:50%;top:55%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:14px}#nameInput{font-family:inherit;text-align:center;color:#1b1b1b;background:#fff;border:4px solid #1b1b1b;border-radius:14px;outline:none}#nameStart{font-family:inherit;color:#1b1b1b;background:#fff;border:4px solid #1b1b1b;border-radius:14px;cursor:pointer}#nameStart:active{background:#1b1b1b;color:#fff}#nameGo{font-family:inherit;color:#1b1b1b;display:inline-flex;align-items:center;background:none;border:none;padding:4px 2px;margin:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer;opacity:.85}#nameGo:hover,#nameGo:active{opacity:1}#nameGoEye{width:1.1em;height:1.1em;flex:none;fill:none;stroke:#1b1b1b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#footer{position:fixed;left:0;right:0;bottom:0;height:26px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#1b1b1b;background:#fff}
