*{margin:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--main-color: white;--accent-color: hsl(180, 93%, 66%);--secondary-accent-color: hsl(0, 100%, 50%);color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;place-items:center;align-items:start;min-width:320px;min-height:100vh;position:relative;overflow-x:hidden}img{max-width:100%;height:auto;object-fit:cover}h1{margin:0;font-size:3.2em;line-height:1.1}ul{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#8e92d8}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.assembly{--bd-rad: .5rem;--grey-color: hsl(0, 0%, 56%);--lose-color: hsl(10, 83%, 36%);display:grid;justify-items:center;align-items:center;padding-block:2rem}.assembly header{display:grid;text-align:center;place-items:center;gap:1rem;margin-bottom:2rem}.assembly header p{max-width:50%;font-size:1.5rem;text-wrap:pretty;color:var(--grey-color)}.assembly main{display:grid;gap:2rem;justify-items:center;width:100%}.assembly .game-status{padding:.5em 4em;width:50%;display:grid;place-items:center;font-size:1.25rem;border-radius:var(--bd-rad)}.assembly .game-status.firewell{background-color:#7a5ea7;border:1px dashed #323232;font-style:italic}.assembly .game-status.win{background-color:#10a86b}.assembly .game-status.lose{background-color:var(--lose-color)}.assembly .GameInfo{display:grid;gap:3rem;justify-items:center;width:100%}.assembly .language-list{padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:35rem}.assembly .language-list .language-list-item{position:relative;border-radius:.3rem;padding:.1rem 1rem;font-size:1.2rem;font-weight:600;-webkit-user-select:none;user-select:none}.assembly .language-list .language-list-item.lost:before{content:"💀";position:absolute;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:.85rem;top:0;left:0;background-color:#000000b3}.assembly .word{display:flex;gap:1rem}.assembly .word .word-letter{display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-size:2rem;font-weight:700;font-style:italic;border:1px solid var(--grey-color);border-radius:var(--bd-rad);width:3rem;height:3rem;background-color:var(--grey-color);color:#000;text-shadow:1px 1px 5px white;-webkit-user-select:none;user-select:none}.assembly .word .unguessed-letter{background-color:oklch(from var(--lose-color) calc(l + .2) c h / calc(alpha - .5))}.assembly .keyboard{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:38rem;border:1px solid var(--grey-color);border-radius:var(--bd-rad);padding-block:1em;padding-inline:2em}.assembly .keyboard .keyboard-char{text-transform:uppercase;-webkit-user-select:none;user-select:none}.assembly .keyboard .keyboard-char.keyboard-char--selected{background-color:#d7bf00;background-color:oklch(80% 100% 100)}.assembly .keyboard .keyboard-char.keyboard-char--matched{background-color:#005725;background-color:oklch(40% 45% 150)}.assembly .new-game-btn{background-color:#106d89;border:1px solid var(--grey-color);border-radius:var(--bd-rad);width:15rem;height:3rem;padding:6px 12px;display:block;margin-inline:auto;letter-spacing:.1rem;font-size:1.2rem;transition:background-color .2s linear}.assembly .new-game-btn:hover{background-color:#0d5b72}@media (max-width: 568px){.assembly .word{gap:.5rem}.assembly .word .word-letter{width:2rem;height:2rem}}
