:root{color-scheme:light dark;--color-page-bg: white;--color-text: #333;--font-weight: normal}@media (prefers-color-scheme: dark){:root{--color-page-bg: #333;--color-text: rgba(255 255 255 / 90%);--font-weight: 300}}html{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:14px;font-weight:var(--font-weight)}@media (min-width: 375px){html{font-size:16px}}@media (min-width: 640px){html{font-size:18px}}html,body{height:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}body{background:var(--color-page-bg);color:var(--color-text);line-height:1.5}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{font-size:1rem}input,button,textarea,select{font:inherit}.app-container{display:flex;flex-direction:column;height:100vh}.app-header,.app-footer,.app-output,.app-input,.app-help{margin:0;padding:.5rem}@media (min-width: 480px){.app-header,.app-footer,.app-output,.app-input,.app-help{padding:.66rem 1rem}}.app-header,.app-footer{align-items:center;background:darkgreen;color:#fff;display:flex;flex:none;gap:1rem;padding:.5rem}@media (min-width: 480px){.app-header,.app-footer{gap:2rem;padding:.66rem 1rem}}.app-header>*,.app-footer>*{margin:0}.app-header__location{text-transform:capitalize}.app-footer{font-size:smaller}.app-main{display:flex;flex:1;flex-direction:column;overflow:auto}.app-help,.app-output{flex:1}.app-output{list-style:none;margin:0;padding-bottom:0}.app-output li+li{margin-top:.5rem}@media (min-width: 480px){.app-output li+li{margin-top:.66rem}}.prose{margin-inline:auto;max-width:100ch;width:100%}.command{opacity:.5}.error{opacity:.75}.room-name{font-weight:600;text-transform:capitalize}.indent-1{padding-left:1em}.indent-2{padding-left:2em}.indent-3{padding-left:3em}.indent-4{padding-left:4em}.app-input{background:var(--color-page-bg);bottom:0;flex:none;position:sticky}.app-input__form{align-items:center;display:flex}.app-input__prompt{flex:none}.app-input__input{flex:1}.app-header__location,.app-debug__indirect{margin-right:auto}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}input,button{appearance:none;background:none;border:none;color:inherit;padding:0}input:focus{outline:none}button{border-radius:2px;cursor:pointer}button:focus{outline-color:currentcolor}.app-help ul{list-style:none}.app-help ul li:before{content:"> "}
