body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,*:before,*:after{box-sizing:border-box}ul,ol{list-style:none;margin:0;padding:0}body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}a{text-decoration-skip-ink:auto}a:focus{outline:4px solid var(--color-link-focus)}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{font-weight:600}button{background:none;border:0;cursor:pointer}strong{font-weight:600}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.nowrap{white-space:nowrap}body{animation:fadeIn 1s linear forwards;background:#222;opacity:0}body,input,h1,h2,h3{color:#ffca28;font-family:IBM Plex Mono,monospace}header{align-items:center;display:flex;justify-content:center;margin:auto;padding:1rem 0 0;text-align:center;width:100%}header img{max-width:4rem}@media (min-width: 30.1rem){header{padding:2rem 0}header img{max-width:8rem}}@media (min-width: 60.1rem) and (min-height: 40.1rem){header{position:fixed}}.game{animation:fadeUp .2s linear forwards;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;margin:auto;opacity:0;padding:1rem 0 0;position:relative;text-align:center;width:10rem}@media (min-width: 30.1rem){.game{width:14rem}}@media (min-width: 60.1rem) and (min-height: 40.1rem){.game{justify-content:center;padding:2rem 0}}.game[data-solved=true] .ladder{filter:blur(2px);opacity:.4;pointer-events:none;user-select:none}h2{font-size:1.25rem;font-weight:700;letter-spacing:.5rem;margin:1rem 0;text-transform:uppercase}@media (min-width: 30.1rem){h2{font-size:2rem}}input{background:rgba(0,0,0,.25);border:none;color:#ffecb3;display:block;font-size:1.25rem;letter-spacing:.5rem;margin:.5rem auto;padding:.25rem .5rem .5rem;position:relative;text-align:center;text-transform:uppercase;width:100%}@media (min-width: 30.1rem){input{font-size:2rem}}span{display:block}span.arrow{font-weight:700;margin:.5rem 0}.input-container{position:relative}.input-container[data-valid=false] input{color:#e57373}.debug{bottom:2rem;color:#666;display:grid;font-size:.75rem;gap:1rem;grid-template-columns:1fr 1fr;left:2rem;max-width:200px;word-wrap:break-word}.debug a{display:block;margin-top:1rem}.debug span+h4{margin-top:.25rem}.debug ol{margin-bottom:.5rem}.debug .debug-step:before{content:"- "}.debug .debug-step:first-child,.debug .debug-step:last-child{padding-left:0}.debug .debug-step:first-child:before,.debug .debug-step:last-child:before{content:""}.stats{bottom:2rem;font-size:.75rem;position:fixed;right:2rem;text-align:right}.output{color:#f44336;text-align:center}.output[data-solved=true] button{animation:bulge .2s linear}.output button{background:#388e3c;color:#fff;left:0;margin-top:5rem;position:absolute;top:5rem}@media (min-width: 60.1rem) and (min-height: 60.1rem){.output button{position:static}}.output span.error{top:0}.output span,.output button{font-size:1rem;padding:1rem;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:scale(1.2) translateY(.5rem)}to{opacity:1;transform:none}}@keyframes bulge{0%{transform:none}25%{transform:rotate(-1deg)}50%{transform:scale(1.1)}75%{transform:rotate(1deg)}to{transform:none}}
