body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.cell{border:1px solid #ccc;border-radius:4px;font-family:Arial,sans-serif;font-size:20px;font-weight:700;height:40px;position:relative;transition:background-color .15s ease,transform .1s ease,color .15s ease;-webkit-user-select:none;user-select:none;width:40px}.cell,.cell-hit-zone{align-items:center;display:flex;justify-content:center}.cell-hit-zone{border-radius:50%;cursor:pointer;height:70%;width:70%}.cell:hover{transform:scale(1.05)}.cell.selected{animation:pulse .3s ease}.cell.found{border-color:#333;box-shadow:0 2px 4px #0003;font-weight:800}.cell.unfound{animation:reveal .5s ease;border-color:#ffffff80;box-shadow:0 2px 8px #00000080;font-weight:800}.cell.unfound.first-letter{border-color:#f44;border-width:3px;box-shadow:0 0 12px #f44c,0 0 20px #f446}.letter-index{bottom:1px;color:#ffffffd9;font-size:9px;font-weight:600;line-height:1;position:absolute;right:2px;text-shadow:0 1px 2px #00000080}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes reveal{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.grid-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 10px 30px #0000004d;display:flex;justify-content:center;padding:20px}.grid-container.disabled{opacity:.9;pointer-events:none}.grid{background:#fffffff2;border-radius:12px;box-shadow:inset 0 2px 10px #0000001a;flex-direction:column;padding:16px}.grid,.grid-row{display:flex;gap:4px}.found-words-container{background:#fffffff2;border-radius:12px;box-shadow:0 4px 15px #0000001a;max-height:500px;max-width:200px;min-width:180px;overflow-y:auto;padding:16px}.found-words-title{color:#2d8a4e;font-size:1rem;font-weight:600;margin:0 0 12px;text-align:center}.found-words-list{display:flex;flex-direction:column;gap:6px}.found-words-hint{color:#888;font-style:italic;margin:0}.found-word,.found-words-hint{font-size:.85rem;text-align:center}.found-word{animation:slideIn .2s ease forwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 2px 6px #667eea4d;color:#fff;display:block;font-weight:600;opacity:0;padding:6px 12px}.found-words-container::-webkit-scrollbar{width:6px}.found-words-container::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.found-words-container::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.attempted-words-container{background:#3c3c3ce6;border-radius:12px;box-shadow:0 4px 15px #0003;height:350px;max-width:200px;min-width:180px;overflow-y:auto;padding:16px}.attempted-words-title{color:#ff6b6b;font-size:1rem;font-weight:600;margin:0 0 12px;text-align:center}.attempted-words-list{display:flex;flex-direction:column;gap:6px}.attempted-words-empty{color:#ffffff80;font-size:.85rem;font-style:italic;margin:0;text-align:center}.attempted-word{animation:slideIn .2s ease forwards;background:#ff6b6b33;border-left:3px solid #ff6b6b;border-radius:6px;color:#f99;display:block;font-size:.85rem;font-weight:500;opacity:0;padding:6px 12px;text-align:center}@keyframes slideIn{to{opacity:1}}.attempted-words-container::-webkit-scrollbar{width:6px}.attempted-words-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.attempted-words-container::-webkit-scrollbar-thumb{background:#ff6b6b80;border-radius:3px}.unfound-words-container{animation:slideUp .4s ease;background:#282828f2;border-radius:12px;box-shadow:0 4px 15px #0000004d;margin-top:24px;max-width:500px;min-width:300px;padding:20px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.unfound-words-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 16px;text-align:center}.unfound-words-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.unfound-word-item{align-items:center;animation:fadeIn .3s ease forwards;border-radius:8px;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;opacity:0;padding:10px 16px}.unfound-word-item:first-child{animation-delay:.1s}.unfound-word-item:nth-child(2){animation-delay:.2s}.unfound-word-item:nth-child(3){animation-delay:.3s}.unfound-word-item:nth-child(4){animation-delay:.4s}.unfound-word-item:nth-child(5){animation-delay:.5s}.unfound-word-item:nth-child(6){animation-delay:.6s}.unfound-word-item:nth-child(7){animation-delay:.7s}.unfound-word-item:nth-child(8){animation-delay:.8s}.unfound-word-item:nth-child(9){animation-delay:.9s}.unfound-word-item:nth-child(10){animation-delay:1s}@keyframes fadeIn{to{opacity:1}}.unfound-word-text{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:1px}.unfound-word-hint{color:#ffffffb3;font-size:.75rem;margin-top:2px}.unfound-words-tip{color:#fff9;font-size:.85rem;font-style:italic;margin:16px 0 0;text-align:center}.win-modal-overlay{align-items:center;background:#000000b3;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.confetti{animation:confetti-fall 3s ease-in-out infinite;height:12px;opacity:.9;position:absolute;top:-20px;width:12px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.win-modal{animation:modal-bounce .6s ease;background:linear-gradient(135deg,#fff,#f0f0f0);border-radius:24px;box-shadow:0 20px 60px #0006;cursor:default;padding:40px 60px;text-align:center}@keyframes modal-bounce{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.win-modal-content{align-items:center;display:flex;flex-direction:column;gap:16px}.trophy{animation:trophy-shine 1s ease-in-out infinite alternate;font-size:80px}@keyframes trophy-shine{0%{filter:brightness(1);transform:scale(1) rotate(-5deg)}to{filter:brightness(1.2);transform:scale(1.1) rotate(5deg)}}.win-title{-webkit-text-fill-color:#0000;animation:title-glow 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin:0}@keyframes title-glow{0%,to{text-shadow:0 0 10px #667eea4d}50%{text-shadow:0 0 20px #667eea99}}.win-message{color:#555;font-size:1.3rem;margin:0}.stars{display:flex;gap:16px}.star{animation:star-pop .5s ease forwards;font-size:40px;opacity:0}.star:first-child{animation-delay:.2s}.star:nth-child(2){animation-delay:.4s}.star:nth-child(3){animation-delay:.6s}@keyframes star-pop{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.win-hint{color:#888;font-size:.95rem;font-style:italic;margin:16px 0 0}.celebration-container{left:50%;pointer-events:none;position:fixed;top:20%;transform:translateX(-50%);z-index:500}.celebration-text{align-items:center;animation:celebration-pop .5s ease;background:linear-gradient(135deg,gold,orange);border-radius:50px;box-shadow:0 10px 30px #ffa50080;display:flex;gap:16px;padding:16px 32px}@keyframes celebration-pop{0%{opacity:0;transform:scale(0) translateX(-50%)}50%{transform:scale(1.2) translateX(-50%)}to{opacity:1;transform:scale(1) translateX(-50%)}}.celebration-word{color:#333;font-size:1.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.celebration-emoji{animation:emoji-bounce .5s ease infinite alternate;font-size:2rem}@keyframes emoji-bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}*{box-sizing:border-box}body{background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f3460);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;overflow-y:auto}.App,body{min-height:100vh}.App{display:flex;flex-direction:column;overflow:visible;padding:15px 20px;text-align:center}.App-header{padding:10px 0}.App-title{color:#fff;font-size:2.2rem;letter-spacing:2px;margin:0;text-shadow:0 0 20px #667eea80}.top-bar{background:#ffffff1a;border-radius:12px;gap:30px;justify-content:center;margin-bottom:15px;margin-left:auto;margin-right:auto;max-width:600px;padding:15px 20px}.progress-display,.top-bar{align-items:center;display:flex}.progress-text{color:#fff;font-size:1.3rem}.progress-text strong{color:#4ecdc4;font-size:1.5rem}.top-bar-buttons{display:flex;gap:12px}.App-main{align-items:flex-start;display:flex;flex:1 1;gap:25px;justify-content:center;padding:0 10px}.sidebar{flex-shrink:0}.sidebar-left{max-width:200px;min-width:180px}.sidebar-right{gap:15px;max-width:220px;min-width:180px}.game-center,.sidebar-right{display:flex;flex-direction:column}.game-center{align-items:center;gap:20px}.loading{align-items:center;color:#fff;display:flex;font-size:1.5rem;height:100vh;justify-content:center}.play-again-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 28px;transition:transform .2s ease,box-shadow .2s ease}.play-again-button:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.play-again-button:active{transform:translateY(0)}.give-up-button{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:25px;box-shadow:0 4px 15px #e74c3c66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 28px;transition:transform .2s ease,box-shadow .2s ease}.give-up-button:hover{box-shadow:0 6px 20px #e74c3c99;transform:translateY(-2px)}.give-up-button:active{transform:translateY(0)}@media (max-width:900px){.App-main{align-items:center;flex-direction:column}.sidebar-left,.sidebar-right{max-width:400px;width:100%}.top-bar{flex-direction:column;gap:15px}}
/*# sourceMappingURL=main.d5052314.css.map*/