.crossword-container{display:flex;flex-direction:column;align-items:center}.crossword{display:grid;gap:2px;background-color:#000;padding:5px}.row{display:flex}.cell{width:4rem;height:4rem;background:#fff;display:flex;justify-content:center;align-items:center;position:relative;border:1px solid black}.cell.blank{background:#000}.crossword-input{width:100%;height:100%;border:none;text-align:center;font-size:20px;text-transform:uppercase}.crossword-input:focus{outline:2px solid #f80;background-color:#ffebcd}.crossword-input.wrong{background-color:#fdd}.cell.selected{background-color:#ff9}.clue-number{position:absolute;top:2px;left:2px;font-size:10px}.clues{display:flex;flex-direction:column;gap:1rem;justify-content:space-evenly}p,h1,h2,h3,h4,ul{margin-block-start:0;margin-block-end:0}.highlighted-clue{background-color:#ff0;font-weight:700}.controls{display:flex;gap:1rem;justify-content:center;align-items:center;margin:2rem 0}.share-button,.start-button,.check-button{padding:.5rem 1rem;font-size:1rem;background:#00f;color:#fff;border:none;cursor:pointer}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;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;min-width:320px;width:100%;min-height:100vh;background:#eee}#root{margin:0 auto;max-width:55rem;background:#eee;padding:4rem}h1{font-size:3.2em;line-height:1.1;text-align:center}h3{text-align:center}.app{margin:0 auto;border:1px solid #ccc;border-radius:1rem;background:#fff;padding:2rem 2rem 3rem;box-shadow:0 0 .5rem .1rem #0003}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:#646cff}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}}
