:root{font-family:system-ui,sans-serif;color:#292739;background:#f5f3ef;color-scheme:light}*{box-sizing:border-box}body{margin:0;height:100dvh;display:flex;flex-direction:column}header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fcfbf8;border-bottom:1px solid #dedce8}header span{flex:1;font-size:.875rem}button,#back{min-height:44px;padding:.5rem .9rem;border:1px solid #c7c2dc;border-radius:.6rem;cursor:pointer;background:#e8e5ff;color:#36305f;font:inherit;font-size:.8rem}button:disabled{opacity:.5;cursor:default}button:focus-visible,#back:focus-visible{outline:3px solid #7770cb;outline-offset:3px}#screen{flex:1;min-height:0;overflow:hidden;background:#171820}#message{margin:0;padding:.65rem 1rem;font-size:.8rem;color:#57536c}@media(max-width:600px){header{flex-wrap:wrap;gap:.5rem}header span{min-width:40%}}

#back{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:none}
