.start-screen{text-align:center;display:flex;flex-direction:column;max-width:100vw}.start-screen form{display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:center;gap:1em;flex:1;padding:1em}.start-screen input{font-size:2rem;padding:.5em 1em;border-radius:0;border:0px solid #646cff;border-bottom-width:2px;background-color:transparent;color:#fff;text-align:center;transition:border-color .25s;margin-bottom:16px;max-width:100%}.start-screen input:focus{outline:0;border-width:0;border-bottom-width:2px}.start-screen form button{opacity:1;transition:opacity 1s;font-size:1.5rem;margin-bottom:64px}.start-screen button:disabled{transition:opacity .3s;opacity:0}.start-screen .toggle-credits{margin:2rem auto;font-size:.8rem;font-weight:400}.start-screen .credits{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;padding:4rem}.start-screen .credits ul{list-style:none;margin:0;display:flex;flex-direction:column;gap:1em;padding:1.5em;border-radius:1em;background-color:#1d1d1dee}.start-screen .credits ul{text-align:left}.loading{color:#fff;font-size:1.3rem;text-align:center;margin:2em;align-self:center}.scene{display:flex;flex-direction:column;justify-content:flex-end;background-position:center;background-size:auto 100%;background-repeat:no-repeat;animation:fade-in .5s ease-in-out;padding:4rem 2rem;gap:2rem;max-width:100vw;max-height:100vh;overflow:hidden}.music-controls{position:absolute;top:1em;left:1em;color:#fff}.music-controls .icon{width:1.5em;height:auto;cursor:pointer;transition:transform .25s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.options{display:flex;flex-wrap:wrap;list-style:none;margin:0;align-items:center;justify-content:center;gap:1.5em;background-color:#02316180;border:2px solid rgba(2,49,97,.7);border-radius:8px;padding:1.5em;box-shadow:5px 10px 10px #06182b80;position:absolute;max-height:100vh;max-width:100vw;overflow:scroll;top:50%;left:50%;transform:translate(-50%,-50%)}.options button:focus-visible,.options button:hover{outline:4px auto -webkit-focus-ring-color;color:#fff;background-color:#023161}.options button{background-color:#ffffffe6;color:#023161;font-size:2rem}.message-box{display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;gap:1em;padding:1em 2em;background-color:#000000b3;border:2px solid rgba(114,180,241,.5);border-radius:8px;color:#fff;font-size:1.5rem;text-align:center;cursor:pointer;max-width:100ch;margin:0 auto}.message-box .text{display:inline-block;max-width:100ch}.message-box svg.icon{width:1.2em;height:auto;vertical-align:text-bottom;max-width:200px;max-height:200px}.message-box svg.icon.next{opacity:1;animation:next 2s infinite ease-in-out;transition:opacity .25s}.message-box svg.icon.next.hide{animation:none;opacity:0}@keyframes next{0%{transform:translate(0)}50%{transform:translate(.5em)}to{transform:translate(0)}}@media screen and (max-width: 600px){.options{display:grid;padding:1em;flex-wrap:nowrap;position:static;transform:none;margin:0;z-index:1000}.options li{width:100%}.options button{font-size:1.5rem;width:100%}.scene{padding:2rem 1rem}.message-box{font-size:1.2rem;max-height:50%;overflow:auto}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{display:flex;margin:0;padding:0;place-items:stretch;min-width:100vw;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-size:2.4em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{display:grid;flex:1;justify-self:stretch}
