*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#111;color:#eee;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.4}#app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}button{min-height:44px;padding:.5rem 1.2rem;font-family:inherit;font-size:.95rem;color:#eee;background:#333;border:1px solid #555;border-radius:4px;cursor:pointer;touch-action:manipulation}button:hover:not(:disabled){background:#444}button:disabled{opacity:.4;cursor:not-allowed}input[type=text]{min-height:44px;padding:.4rem .6rem;font-family:inherit;font-size:.95rem;color:#eee;background:#222;border:1px solid #555;border-radius:4px;outline:none}input[type=text]:focus{border-color:#888}@keyframes blink{0%,to{opacity:1}50%{opacity:.55}}@media(orientation:portrait)and (max-width:768px){.portrait-warning{display:flex!important}}
