:root{--headerHeight:60px}@keyframes progress{0%{width:0}100%{width:100%}}@keyframes scaleInScreen{0%{scale:0}100%{scale:1}}@keyframes progress{0%{width:0}100%{width:100%}}.wrapper{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;height:calc(100vh - var(--headerHeight));height:-webkit-fill-available;gap:0;overflow-y:auto}#header.start:after{content:'';display:block;position:absolute;height:4px;border-radius:0 4px 4px 0;background-color:coral;left:0;top:calc(100% - 2px);z-index:1001}.screen{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:column;scale:0;height:0;overflow-x:hidden;overflow-y:auto;width:100%;padding:0}.screen .prompt{text-align:center;padding:1rem;max-width:600px}.screen.active{flex-grow:1;height:auto;animation:.25s 1 forwards scaleInScreen}label.level input{position:absolute;left:-99999px}label.level:has(input:checked){background-color:#663399;color:#fff}.page-puzzle{--pageWidth:100%}