/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--font-system:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Helvetica,Arial,sans-serif;--font-monospace:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;--font-base-size:19px;--text-xxs:.512em;--text-xs:.64em;--text-sm:.8em;--text-md:1em;--text-lg:1.25em;--text-xl:1.5625em;--text-xxl:1.95em;--text-xxxl:2.55em}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--font-system);font-size:19px;font-size:var(--font-base-size);font-weight:400;line-height:1.55;color:#282e34;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;counter-reset:topic}.text-xxs{font-size:.512em;font-size:var(--text-xxs);line-height:1.65;margin-bottom:.64em;margin-bottom:var(--text-xs)}.text-xs,h6{font-size:.64em;font-size:var(--text-xs);line-height:1.65;margin-bottom:.8em;margin-bottom:var(--text-sm)}.heading-sm,.text-sm,h5{font-size:.8em;font-size:var(--text-sm);margin-bottom:1em;margin-bottom:var(--text-md)}.text-md{font-size:1em;font-size:var(--text-md);margin-bottom:1.25em;margin-bottom:var(--text-lg)}.minitopic,.text-lg,h4{font-size:1.25em;font-size:var(--text-lg);line-height:1.4;margin-bottom:1.5625em;margin-bottom:var(--text-xl)}h4,h4.minitopic{margin-bottom:1.11607em;margin-bottom:calc(var(--text-xl)/1.4)}.subtopic,.text-xl,h2,h3{font-size:1.5625em;font-size:var(--text-xl);line-height:1.33;margin-bottom:1.95em;margin-bottom:var(--text-xxl)}h2,h2.subtopic,h3,h3.subtopic{margin-bottom:1.46617em;margin-bottom:calc(var(--text-xxl)/1.33)}.text-xxl,.topic,h1{font-size:1.95em;font-size:var(--text-xxl);line-height:1.25;margin-bottom:2.55em;margin-bottom:var(--text-xxxl)}h1,h1.topic{margin-bottom:1.56em;margin-bottom:calc(var(--text-xxl)/1.25)}.text-xxxl{font-size:2.55em;font-size:var(--text-xxxl);line-height:1.15;margin-bottom:2.21739em;margin-bottom:calc(var(--text-xxxl)/1.15)}h1,h2,h3,h4,h5,h6,p{margin-top:0}.topic.oh{counter-reset:subtopic}.subtopic.oh{counter-reset:minitopic}.topic.oh:before{counter-increment:topic;content:counter(topic) ". "}.subtopic.oh:before{counter-increment:subtopic;content:counter(topic) "." counter(subtopic) ". "}.minitopic.oh:before{counter-increment:minitopic;content:counter(topic) "." counter(subtopic) "." counter(minitopic) ". "}.text-indent{text-indent:1em;text-indent:var(--text-md)}.topic.oh.text-indent{text-indent:0}.minitopic.oh.text-indent{text-indent:1.95em;text-indent:var(--text-xxl)}.text-center{text-align:center}html{box-sizing:border-box}body{--grid-x-size:10;--grid-y-size:10}*,:after,:before{box-sizing:inherit}.content-box{box-sizing:initial}.flex-center{display:flex;justify-content:center;align-items:center}.flex-row{display:flex}.grid-container{width:100vh;height:100vh}.controls-container{min-width:320px;width:calc(100vw - 100vh);height:100vh;background:#fdfdfd;border-left:6px solid #e77d11}.grid-container{background:rgba(231,125,17,.45);padding:.5em}.grid{display:grid;width:100%;height:100%;grid-template-columns:repeat(var(--grid-y-size),1fr);grid-template-rows:repeat(var(--grid-x-size),1fr)}.grid-cell{position:relative;border:1px dashed #e77d11;font-size:calc(1em/var(--grid-x-size)*10);font-size:calc(var(--text-md)/var(--grid-x-size)*10)}.stuck{background:rgba(255,60,35,.5)}.won{background:rgba(60,255,35,.25)}.x{background:rgba(231,125,17,.55)}.x:after{content:"X";font-weight:700;color:#e77d11;font-size:calc(1.95em/var(--grid-x-size)*10);font-size:calc(var(--text-xxl)/var(--grid-x-size)*10);text-align:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.listen:hover{cursor:pointer;box-shadow:0 4px 8px -4px rgba(0,0,0,.35);background:rgba(231,125,17,.25)}.rover:after{position:absolute;content:"\21e1";text-align:center;color:#fff;left:50%;top:50%;width:50%;height:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rover-1:after{background:#117be7}.rover-2:after{background:#11e77d}.rover-3:after{background:#7d11e7}.rover-4:after{background:#ff8c00}.rover-n{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.rover-e{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rover-s{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rover-w{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#root,body{min-height:100vh}button{margin:1em 1em 1em 0}label{margin-right:.5em}.input-hint{font-size:.69em;color:rgba(40,46,52,.37)}.input-hint-warning{font-size:.69em;color:rgba(255,46,52,.87);text-decoration:underline}.travel-log{position:fixed;top:0;left:0;width:100vw;height:100vh;font-family:var(--font-monospace);color:#fff;background:#282e34}.travel-log h1{display:inline-block;margin-right:1.5em}.travel-log button{font-size:.69em}.travel-log button:hover{cursor:pointer}.content-wrapper{width:100%;max-width:1366px;padding:1em}.log-panel{max-width:320px;font-size:.5em;padding:.5em}.log-list{list-style:none;width:85%;margin:0;padding:0}.log-list li:before{content:">  ";color:#add8e6}
/*# sourceMappingURL=main.11aea32d.chunk.css.map */