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;margin:0}.App{align-items:center;background:linear-gradient(135deg,#f87171,#60a5fa);color:#374151;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;position:relative;text-align:center}h1{color:#fff;font-weight:800;margin-bottom:2rem;text-shadow:2px 2px 4px #00000080}.menu button,h1{position:relative;z-index:1}.menu button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:3px solid #fffc;border-radius:12px;box-shadow:0 8px 32px #00000026;color:#1f2937;cursor:pointer;display:inline-flex;font-family:inherit;font-size:1.2rem;font-weight:700;justify-content:center;margin:.8rem;min-width:200px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease;width:200px}.menu a,.menu a:focus,.menu a:hover,.menu a:visited{color:inherit;text-decoration:none}.menu button:hover{background:#fff;border-color:#fff;box-shadow:0 12px 40px #0003;transform:translateY(-3px) scale(1.05)}.menu button:active{box-shadow:0 6px 20px #00000026;transform:translateY(-1px) scale(1.02)}@keyframes wordFallIn{0%{opacity:0;transform:translateY(-50px) scale(.8)}50%{opacity:.8;transform:translateY(10px) scale(1.1)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wordGlow{0%{background-color:#ecfdf5;text-shadow:0 0 5px #10b981}50%{background-color:#d1fae5;text-shadow:0 0 20px #10b981,0 0 30px #059669}to{background-color:#ecfdf5;text-shadow:0 0 5px #10b981}}.word-falling{animation:wordFallIn .6s ease-out forwards,wordGlow .8s ease-in-out;background-color:#ecfdf5!important;border-color:#10b981!important;color:#059669!important}.word-chain{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:2rem 0;max-width:100%;min-height:80px}.word{align-items:center;border:2px solid #fffc;box-shadow:0 4px 16px #00000026;box-sizing:border-box;color:#1e293b;display:inline-flex;font-size:1.4rem;font-weight:700;justify-content:center;margin:0 .3rem;min-height:50px;min-width:90px;overflow:hidden;padding:.6rem 1rem;text-align:center;white-space:nowrap}.word,input[type=text]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px}input[type=text]{border:3px solid #fffc;box-shadow:0 8px 32px #0000001a;color:#1f2937;font-family:inherit;font-size:1.5rem;font-weight:600;margin-right:1rem;outline:none;padding:1rem 1.5rem;transition:all .3s ease}input[type=text]:focus{border-color:#fff;box-shadow:0 0 0 4px #3b82f64d,0 12px 40px #00000026;transform:scale(1.02)}input[type=text]:disabled{background:#f9fafbcc;border-color:#e5e7ebcc;color:#9ca3af;cursor:not-allowed}button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:3px solid #fffc;border-radius:12px;box-shadow:0 8px 32px #00000026;color:#1f2937;cursor:pointer;font-family:inherit;font-size:1.2rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}button:hover:not(:disabled){background:#fff;border-color:#fff;box-shadow:0 12px 40px #0003;transform:translateY(-2px) scale(1.02)}button:disabled{background:#f9fafbb3;border-color:#e5e7ebb3;box-shadow:0 4px 16px #0000000d;color:#9ca3af;cursor:not-allowed;transform:none}.hint{align-items:center;color:#6b7280;display:flex;flex:1 1;font-weight:500;justify-content:center;margin-top:1rem}.hint-countdown{color:#9ca3af;font-size:.8rem;font-weight:400;margin-top:.5rem}.hint-countdown.no-more-hints{color:#ef4444;font-weight:600}progress{background-color:initial;border:2px solid #fffc;border-radius:8px;height:1.2rem;margin:.5rem 0;overflow:hidden;transition:all .5s ease-in-out;width:60%}progress::-webkit-progress-bar{background-color:initial;border-radius:8px}progress::-webkit-progress-value{background:linear-gradient(90deg,#6b7280,#4b5563);border-radius:8px;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}progress::-moz-progress-bar{background:linear-gradient(90deg,#6b7280,#4b5563);border-radius:8px;-moz-transition:width .3s ease-in-out;transition:width .3s ease-in-out}progress.progress-leading::-webkit-progress-value{background:linear-gradient(90deg,#10b981,#059669)}progress.progress-leading::-moz-progress-bar{background:linear-gradient(90deg,#10b981,#059669)}progress.progress-trailing::-webkit-progress-value{background:linear-gradient(90deg,#ef4444,#dc2626)}progress.progress-trailing::-moz-progress-bar{background:linear-gradient(90deg,#ef4444,#dc2626)}progress.progress-tied::-webkit-progress-value{background:linear-gradient(90deg,#f59e0b,#d97706)}progress.progress-tied::-moz-progress-bar{background:linear-gradient(90deg,#f59e0b,#d97706)}.game-over{animation:gameOverPulse 2s ease-in-out infinite;color:#fff;font-size:2.5rem;font-weight:700;margin:2rem 0;text-align:center;text-shadow:2px 2px 4px #00000080}@keyframes gameOverPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.lobby-loading{animation:lobbyPulse 2s ease-in-out infinite;color:#fff;font-size:1.5rem;font-weight:700;margin:2rem 0;text-align:center;text-shadow:2px 2px 4px #00000080}@keyframes lobbyPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.missing-letters{color:#9ca3af;font-weight:400}.hint-letter{color:inherit;font-weight:400}.progress-section{align-items:center;display:flex;justify-content:space-around;margin:1rem 0;padding:1rem}.progress-item{flex:1 1;margin:0 1rem;text-align:center}.progress-item h4{color:#fff;font-size:1rem;font-weight:600;margin:0 0 .5rem;text-shadow:1px 1px 2px #00000080}.game-complete-section{margin:1rem 0}.game-complete-section h2{color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.game-complete-section p{color:#fff;font-size:1.1rem;margin:1rem 0;text-shadow:1px 1px 2px #00000080}div:not(.word):not(.menu):not(.progress-section):not(.game-complete-section){color:#fff;font-weight:600;text-shadow:1px 1px 2px #00000080}@media (max-width:768px){.App{box-sizing:border-box;font-size:calc(10px + 1.5vmin);max-height:none;min-height:100vh;overflow-y:auto;padding:.5rem}h1{font-size:1.6rem;margin-bottom:1rem;padding:0 .5rem;text-align:center}h1,h2{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;overflow-wrap:break-word}h2{font-size:1.3rem;margin:.5rem 0}.menu{flex-direction:column;gap:1rem}.menu,.menu button{align-items:center;display:flex}.menu button{font-size:1.1rem;justify-content:center;margin:.5rem 0;max-width:300px;padding:1rem;text-align:center;width:90%}.word-chain{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto);justify-items:center;margin:.5rem 0 1.5rem;padding:0 .5rem}.word{box-sizing:border-box;font-size:1.2rem;margin:0;max-width:none;padding:.4rem .6rem;text-align:center;width:100%}form{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:1rem 0;width:100%}button,input[type=text]{font-size:1rem;margin:0;max-width:300px;padding:.75rem;width:90%}button{align-items:center;display:flex;justify-content:center;text-align:center}.progress-section{flex-direction:column;margin:.5rem 0;padding:.5rem}.progress-item{margin:.25rem 0;width:100%}.progress-item h4{word-wrap:break-word;color:#fff;font-size:.9rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;margin-bottom:.25rem;overflow-wrap:break-word;text-shadow:1px 1px 2px #00000080}progress{height:1rem;width:100%}.hint,.no-hints-warning{font-size:.8rem;line-height:1.1;margin:0;padding:0;text-align:center}.hint-countdown{font-size:.7rem;margin-top:.25rem}.game-over{word-wrap:break-word;font-size:1.8rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin:1rem 0;overflow-wrap:break-word;padding:.75rem}.game-complete-section{align-items:center;display:flex;flex-direction:column;margin:.5rem 0;padding:.5rem;text-align:center}.game-complete-section h2{word-wrap:break-word;font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.game-complete-section p{word-wrap:break-word;font-size:1rem;margin:.5rem 0}.game-complete-section button{align-items:center;display:flex;font-size:1rem;justify-content:center;margin-top:.75rem;max-width:280px;padding:.75rem;text-align:center;width:90%}.missing-letters{font-size:1.2rem}}@media (max-width:480px){.App{font-size:calc(10px + 1vmin);max-height:none;min-height:100vh;overflow:visible;padding:.25rem}h1{font-size:1.4rem;margin-bottom:.75rem}h1,h2{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;overflow-wrap:break-word}h2{margin:.5rem 0}.word,h2{font-size:1.2rem}.word{padding:.3rem .6rem}button,input[type=text]{font-size:.9rem;padding:.5rem}button{align-items:center;display:flex;justify-content:center;text-align:center}.game-over{word-wrap:break-word;font-size:1.4rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;margin:.5rem 0;overflow-wrap:break-word;padding:.5rem}.game-complete-section h2{font-size:1.2rem;margin-bottom:.5rem}.game-complete-section p{font-size:.9rem;margin:.25rem 0}.game-complete-section button{font-size:.9rem;max-width:260px;padding:.6rem}.hint,.no-hints-warning{font-size:.75rem;line-height:1}.hint-countdown{font-size:.65rem;margin-top:.1rem}}.word.current-guess{animation:currentWordPulse 2s ease-in-out infinite;border:3px solid #fbbf24!important;box-shadow:0 0 15px #fbbf2480,0 4px 16px #00000026!important}@keyframes currentWordPulse{0%,to{border-color:#fbbf24;box-shadow:0 0 15px #fbbf2480,0 4px 16px #00000026}50%{border-color:#f59e0b;box-shadow:0 0 25px #f59e0bb3,0 6px 20px #0003}}form{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}
/*# sourceMappingURL=main.ad67b0f0.css.map*/