*{margin:0;padding:0;box-sizing:border-box}body{display:flex;justify-content:center;align-items:center;min-height:100dvh;font-family:Inter,Arial;line-height:1;padding-block:2rem}.crossword-container{border:1px solid black;border-radius:20px;padding:.75rem;background:#daeaf2;display:flex;gap:.75rem;position:relative}@media (width <= 425px){.crossword-container{flex-direction:column}}.crossword-container .hint-btn{position:absolute;right:0;top:0;transform:translate(50%,-50%);background:#feb784;border:1px solid #4D2509;border-radius:50%;height:2rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.crossword-container .hint-btn svg{height:75%;pointer-events:none}.crossword-container .hint-btn svg path{stroke:#4d2509}.crossword-container .word-list{display:flex;flex-direction:column;flex-wrap:wrap;height:400px;gap:.375rem;flex-shrink:0}@media (width <= 425px){.crossword-container .word-list{order:1;height:175px}}.crossword-container .word-list .word{font-size:1.1rem}.crossword-container .word-list .word.found{text-decoration:line-through;opacity:.5}.crossword-container .crossword{height:400px;aspect-ratio:1;border:1px solid black;background:#ecf4f8;border-radius:calc(20px - .75rem);gap:.1rem;padding:.375rem;touch-action:none;cursor:url(http://www.rw-designer.com/cursor-extern.php?id=240078),default!important}@media (width <= 425px){.crossword-container .crossword{width:350px}}.crossword-container .crossword .char{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.crossword-container .crossword .char.highlighted,.crossword-container .crossword .char.hint{background:#feb784;color:#4d2509;border-radius:calc(20px - 1.125rem);font-weight:600}.crossword-container .crossword .char.found{background:#8ae5a8;color:#004015;border-radius:calc(20px - 1.125rem);font-weight:600}.crossword-container .crossword .char.hint{background:none;color:#000;font-weight:400;animation:blink .5s ease-in-out 4}@keyframes blink{0%,to{font-weight:600;color:#4d2509;background:#feb784}50%{color:color-mix(#4D2509,white 20%);background:color-mix(#FEB784,white 20%)}}
