.App{background-color:#121213;color:#fff;min-height:100vh;padding:20px;text-align:center}.header{margin-bottom:30px}.header h1{font-size:2.5rem;font-weight:700;margin:0}.header p{color:#818384;font-size:1.1rem;margin:10px 0}.game-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1000px}.player-section{align-items:center;display:flex;flex:1 1;flex-direction:column;max-width:400px;min-width:300px}.player-title{border-radius:8px;box-sizing:border-box;font-size:1.5rem;font-weight:700;margin-bottom:20px;padding:10px 20px;text-align:center;transition:all .3s ease;width:250px}.player-title.human{background-color:#538d4e}.player-title.ai{background-color:#b59f3b}.player-title.winner{animation:winner-glow 2s ease-in-out infinite alternate;box-shadow:0 0 20px #538d4e99;font-size:1.6rem}@keyframes winner-glow{0%{box-shadow:0 0 10px #538d4e66}to{box-shadow:0 0 25px #538d4ecc}}.game-grid{grid-gap:5px;display:grid;gap:5px;grid-template-rows:repeat(6,1fr);margin-bottom:20px}.grid-row{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(5,1fr);width:250px}.grid-cell{align-items:center;background-color:#121213;border:2px solid #3a3a3c;box-sizing:border-box;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:46px;justify-content:center;text-transform:uppercase;transition:all .6s ease-in-out}.grid-cell.filled{border-color:#565758}.grid-cell.green{background-color:#538d4e;border-color:#538d4e}.grid-cell.yellow{background-color:#b59f3b;border-color:#b59f3b}.grid-cell.gray{background-color:#3a3a3c;border-color:#3a3a3c}.grid-cell.hidden{background-color:#565758;border-color:#565758}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(-90deg)}to{transform:rotateX(0)}}.grid-cell.flipping{animation:flip .6s ease-in-out}.grid-cell.flip-delay-0{animation-delay:0ms}.grid-cell.flip-delay-1{animation-delay:.15s}.grid-cell.flip-delay-2{animation-delay:.3s}.grid-cell.flip-delay-3{animation-delay:.45s}.grid-cell.flip-delay-4{animation-delay:.6s}.input-section{margin-top:20px}.guess-input{background-color:#121213;border:2px solid #3a3a3c;border-radius:4px;color:#fff;font-size:1.2rem;margin-right:10px;padding:12px;text-align:center;text-transform:uppercase;width:200px}.guess-input:focus{border-color:#565758;outline:none}.reveal-btn,.start-btn,.submit-btn{background-color:#538d4e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 24px}.reveal-btn:hover,.start-btn:hover,.submit-btn:hover{background-color:#6aaa64}.submit-btn:disabled{background-color:#3a3a3c;cursor:not-allowed}.start-btn{font-size:1.2rem;margin:20px;padding:16px 32px}.reveal-btn{background-color:#b59f3b}.reveal-btn:hover{background-color:#c9b037}.game-status{font-size:1.1rem;margin:20px 0}.game-complete{background-color:#3a3a3c;border-radius:8px;margin:20px 0;padding:20px}.stats{display:flex;justify-content:space-around;margin:10px 0}.stat{text-align:center}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{color:#818384;font-size:.9rem}@media (min-width:769px){.stats{grid-column-gap:40px;align-items:start;column-gap:40px;display:grid;grid-template-columns:1fr 1fr;margin-left:auto;margin-right:auto;max-width:1000px}.stat{justify-self:center;padding:8px 12px;width:250px}}.stat.winner{background-color:#538d4e33;border:2px solid #538d4e;border-radius:8px;padding:10px}.stat.winner .stat-value{color:#6aaa64}.stat.loser{background-color:#ff6b6b26;border:2px solid #ff6b6b;border-radius:8px;padding:10px}.error,.stat.loser .stat-value{color:#ff6b6b}.error{font-weight:700;margin:10px 0}.keyboard{margin-left:auto;margin-right:auto;margin-top:30px;max-width:500px}.keyboard-row{gap:6px;margin-bottom:8px}.keyboard-key,.keyboard-row{display:flex;justify-content:center}.keyboard-key{align-items:center;background-color:#818384;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;min-width:43px;padding:14px 6px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.keyboard-key:hover{background-color:#9ca3a3}.keyboard-key.wide{font-size:10px;min-width:65px}.keyboard-key.green{background-color:#538d4e}.keyboard-key.yellow{background-color:#b59f3b}.keyboard-key.gray{background-color:#3a3a3c}.keyboard-key.gray:hover,.keyboard-key.green:hover,.keyboard-key.yellow:hover{opacity:.8}@media (max-width:768px){.scroll-hint{align-items:center;animation:fadeSlide 2.5s ease forwards;background:#0009;border-radius:16px;bottom:120px;color:#fff;display:flex;font-size:12px;gap:6px;left:50%;padding:6px 10px;position:fixed;transform:translateX(-50%);z-index:1100}.scroll-hint .chevron{font-size:16px;line-height:1;opacity:.9}@keyframes fadeSlide{0%{opacity:0;transform:translate(-50%,10px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1}to{opacity:0}}.reveal-overlay-mobile{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.reveal-overlay-mobile .reveal-card{background-color:#3a3a3c;border-radius:8px;max-width:360px;padding:20px;text-align:center;width:100%}.sticky-bottom-mobile{bottom:0;left:0;position:fixed!important;right:0}.App{overflow-x:hidden;padding:10px 10px 0}.game-container,body,html{overflow-x:hidden;width:100%}.game-container{align-items:center;box-sizing:border-box;gap:15px;margin-bottom:200px;max-height:none;max-width:100%;overflow-y:visible}.game-container.compact-bottom{margin-bottom:120px}.header h1{font-size:1.8rem;margin-bottom:10px}.header p{font-size:.9rem;margin:5px 0}.grid-cell{font-size:1.1rem;height:35px;width:35px}.player-title{font-size:1.2rem;margin-bottom:15px;padding:8px 15px}.player-section{flex:none!important;max-width:100%!important;min-width:auto!important;padding:0 8px;width:100%!important}.player-title{box-sizing:border-box}.game-grid,.grid-row,.player-title{margin-left:auto;margin-right:auto;max-width:250px;width:100%}.keyboard{background-color:#121213;border-top:1px solid #3a3a3c;bottom:0;left:0;margin:0;max-width:100%;padding:10px;position:fixed;right:0;z-index:1000}.keyboard-row{gap:4px;margin-bottom:6px}.keyboard-key{align-items:center;border-radius:4px;display:flex;font-size:14px;height:50px;justify-content:center;min-width:40px;padding:16px 8px}.keyboard-key.wide{font-size:12px;min-width:60px}.game-complete{margin-bottom:120px;padding:14px}.start-btn,.stats{margin-bottom:0}.start-btn{font-size:1rem;padding:12px 24px}.game-complete .stats{margin-bottom:0}.keyboard-key:active{transform:scale(.95);transition:transform .1s ease}input,select,textarea{font-size:16px}.App{-webkit-overflow-scrolling:touch;position:relative}.game-container{flex-direction:column!important}}@media (max-width:480px){.App{padding:5px}.header h1{font-size:1.5rem}.grid-cell{font-size:1rem;height:30px;width:30px}.player-title{font-size:1rem;padding:6px 12px}.keyboard-key{font-size:12px;height:45px;min-width:35px;padding:12px 6px}.keyboard-key.wide{font-size:10px;min-width:50px}.game-container{margin-bottom:180px}}
/*# sourceMappingURL=main.bb2a72f9.css.map*/