*,*:before,*:after{margin:0;box-sizing:border-box}:root{font-size:10px;overflow-x:hidden;overflow-y:scroll;--bg: black;--fg: white;--selected: #59e391;--game-bg: rgb(44, 58, 58);--shadow: 3px 3px 5px 0px rgba(0, 0, 0, 1);background-color:var(--bg);color:var(--fg)}.lightmode{--bg: white;--fg: black;--game-bg: #f5f5f5;--shadow: 3px 3px 5px 0px rgba(0, 0, 0, .33);background-color:var(--bg);color:var(--fg)}body{line-height:1.5;font-family:system-ui,sans-serif;font-size:1.6rem;position:relative}:focus-visible{outline:.2rem solid orange;outline-offset:1rem}h1,h2,h3{font-weight:400}h1{display:flex;flex-direction:column;gap:1.5rem;line-height:1;align-items:center;justify-content:center;font-weight:400;font-size:clamp(2rem,1.6348rem + 2.087vw,3.2rem)}@media screen and (width >= 360px){h1{flex-direction:row}}h1 svg{width:inherit}button{all:unset;cursor:pointer}button:hover{opacity:.8}.theme-toggler{position:absolute;top:0;right:0;display:flex;align-items:center;gap:1rem;padding:.5rem 1rem}.theme-toggler button{font-size:clamp(1.4rem,1.3391rem + .3478vw,1.6rem);font-family:inherit;background:#405cf5;color:#fff;width:2.5rem;height:1.3rem;border-radius:2rem;display:flex;justify-content:flex-end;align-items:center;padding:2px}.theme-toggler button span{height:1.3rem;width:1.3rem;background-color:#fff;border-radius:50%}.theme-toggler p{font-size:1.4rem;font-weight:600;color:currentColor}.theme-toggler p.light{opacity:.75}.theme-toggler p.dark{opacity:1}.lightmode .theme-toggler button{justify-content:flex-start}.lightmode p.light{opacity:1}.lightmode p.dark{opacity:.5}.page-container{display:grid;grid-template-rows:auto 1fr auto;height:100dvh;height:100vh}.page-header,.main-content,.page-footer{padding:4rem 2rem}.page-header,.page-footer{text-align:center;border-style:solid;border-color:var(--fg)}.page-header{border-width:0 0 2px 0}.page-header .logo{fill:var(--fg)}.page-footer{border-width:2px 0 0 0}.page-footer a{color:var(--fg);text-decoration:none}.page-footer a:hover{text-decoration:underline}.page-footer a:after{content:" ⟶"}.main-content{display:grid;place-items:center}.game{background-color:var(--game-bg);padding:5rem 3rem;border-radius:1rem;display:flex;flex-direction:column;gap:5rem;box-shadow:var(--shadow);border:1rem solid #59e391}.game *{margin-inline:auto}.game p{font-size:1.8rem;max-width:40ch}.game .game--grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}@media screen and (width < 520px){.game .game--grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr)}}.game .game--grid>button{font-size:6rem;display:flex;align-items:center;justify-content:center}.game .game--grid>button svg{border-radius:1.3rem;box-shadow:var(--shadow);fill:var(--fg)}.game .game--grid>button svg.selected{fill:var(--selected);background-color:#000}.game .game--footer{display:flex;flex-direction:column;gap:3rem}.game .game--footer button{background-color:#405cf5;color:#fff;padding:1rem 5rem;font-weight:600;font-size:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.game .game--footer p{display:flex;gap:1rem;align-items:center;font-weight:600}.game .game--footer p span:last-child{background-color:var(--fg);color:var(--bg);padding-inline:.75rem;border-radius:.3rem;min-width:3ch;text-align:center}.game .game--footer table{font-size:1.8rem;border-spacing:0;border-collapse:collapse;border:.2rem solid var(--fg);color:var(--fg)}.game .game--footer table th,.game .game--footer table td{padding:1rem;font-weight:600}.game .game--footer table td{min-width:3ch;text-align:center}.skip-link{color:var(--body-txt);text-decoration:none;font-weight:600;padding:.5rem 1rem}.skip-link:after{content:" ↓"}.element-invisible{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;top:0;left:0;z-index:200}.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus{clip:auto;height:auto;overflow:visible}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(0);border:0}@media (prefers-reduced-motion: reduce){html,html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transition-delay:0ms!important}}.warning{color:var(--clr-warning);font-weight:600}.hide{display:none}
