*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Courier New,monospace;background:#000;color:#fff;overflow:hidden;position:fixed;width:100%;height:100%;height:100dvh;touch-action:none;-webkit-overflow-scrolling:touch}#root{width:100%;height:100%;height:100dvh;overflow:hidden}.lexi-app{width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background:#000;color:#fff;font-family:Courier New,monospace;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;box-sizing:border-box;overflow:hidden;position:fixed;top:0;left:0;margin:0;touch-action:none}@media (min-width: 415px) and (min-height: 897px){.lexi-app{justify-content:center}}.lexi-game-container{width:100%;height:100vh;height:100dvh;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;overflow:hidden;box-sizing:border-box;padding:.25rem}@media (min-width: 361px) and (max-width: 767px){.lexi-game-container{max-width:360px}}@media (min-width: 768px){.lexi-game-container{max-width:480px}}.lexi-menu{text-align:center;max-width:400px;width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;overflow-y:auto}.lexi-title{font-size:2.5rem;margin:0 0 .5rem;letter-spacing:.2em;text-transform:uppercase;color:#fff}.lexi-subtitle{font-size:.9rem;margin:0 0 2rem;color:#888;letter-spacing:.1em}.lexi-mode-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.lexi-mode-btn{padding:1rem 2rem;font-size:1rem;font-family:Courier New,monospace;background:#fff;color:#000;border:2px solid #fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .2s}.lexi-mode-btn:hover{background:#000;color:#fff}.lexi-hint{font-size:.8rem;color:#666;margin-top:1rem}.lexi-help-btn{margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;font-family:Courier New,monospace;background:transparent;color:#888;border:1px solid #444;cursor:pointer;text-transform:none;letter-spacing:.05em;transition:all .2s}.lexi-help-btn:hover{color:#fff;border-color:#666}.lexi-intro{width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;margin:0;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;position:fixed;top:0;left:0;-webkit-overflow-scrolling:touch}.lexi-intro-content{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.2rem;padding-bottom:2rem;box-sizing:border-box}.lexi-intro-section{display:flex;flex-direction:column;gap:.75rem}.lexi-intro-heading{font-size:1.1rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.1em}.lexi-intro-text{font-size:.9rem;color:#ccc;line-height:1.5;margin:0}.lexi-intro-list{display:flex;flex-direction:column;gap:.75rem}.lexi-intro-item{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#ccc;line-height:1.4}.lexi-intro-key{display:inline-block;padding:.25rem .5rem;background:#fff;color:#000;border:1px solid #fff;font-weight:700;font-size:.75rem;min-width:3rem;text-align:center;font-family:Courier New,monospace}.lexi-intro-icon{font-size:1.2rem;min-width:1.5rem;text-align:center}.lexi-intro-demo{margin:1rem 0;padding:1rem;border:2px solid #fff;background:#ffffff0d}.lexi-intro-demo-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.lexi-intro-demo-box{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem}.lexi-demo-target{color:#fff}.lexi-demo-rack{color:#ccc;min-height:1.5rem}.lexi-demo-letter{display:inline-block;padding:.1rem .3rem;margin:0 .1rem;background:#fff;color:#000;font-weight:700;animation:collect .5s ease-in}.lexi-demo-letter.fade-in{animation:fadeIn .5s ease-in}.lexi-demo-result{color:#0f0;font-weight:700;animation:fadeIn 1s ease-in .5s both}@keyframes collect{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.lexi-game-canvas-wrapper{position:relative;width:100%;flex-shrink:1;flex-grow:0;min-height:0;max-height:100%}.lexi-game-canvas{width:100%;height:100%;border:1px solid #fff;margin:0;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden;box-sizing:border-box}.lexi-game-canvas canvas{display:block!important;margin:0 auto!important}.lexi-hud{width:100%;padding:.25rem .5rem;font-size:.65rem;border:1px solid #333;background:#000c;flex-shrink:0;min-height:fit-content;box-sizing:border-box}.lexi-hud-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5em;margin-bottom:.3em}.lexi-hud-left{display:flex;flex-direction:column;gap:.25rem}.lexi-target{text-align:right}.lexi-target-word{font-size:1rem;font-weight:700;letter-spacing:.1em;margin-bottom:.2rem}.lexi-target-needed{font-size:.75rem;color:#888}.lexi-rack{padding-top:.3rem;border-top:1px solid #333;font-size:.75rem;letter-spacing:.15em;min-height:1.2rem}.lexi-full{color:#f44;font-weight:700}.lexi-effect-warning{color:#f44;font-weight:700;font-size:.7rem;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.lexi-hearts-pulse{animation:hearts-pulse .5s ease-in-out 4;color:red!important}@keyframes hearts-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.lexi-mistake-meter{padding-top:.2rem;border-top:1px solid #333;font-size:.7rem;color:#fa0;letter-spacing:.1em;min-height:1rem}.lexi-mobile-controls{width:100%;padding:1rem;margin-top:.5rem;display:flex;gap:1.5rem;align-items:center;justify-content:space-between;flex-shrink:0;min-height:fit-content;box-sizing:border-box}@media (max-width: 768px){.lexi-arrow-row{display:none}}.lexi-movement-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.lexi-arrow-row{display:flex;gap:1rem;justify-content:center}.lexi-arrow-btn{width:7rem;height:7rem;border-radius:.75rem;border:3px solid #fff;background:#ffffff1a;color:#fff;font-size:2rem;font-family:Courier New,monospace;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0}.lexi-arrow-btn:active{background:#ffffff4d;transform:scale(.95)}.lexi-fire-btn{flex:1;min-width:12rem;height:7rem;border-radius:.75rem;border:3px solid #fff;background:#ff00004d;color:#fff;font-size:1.5rem;font-weight:700;font-family:Courier New,monospace;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0}.lexi-fire-btn:active{background:#f006;transform:scale(.95)}.lexi-controls{width:100%;max-width:360px;padding:1rem;display:flex;justify-content:center}.lexi-blast-btn{padding:1rem 3rem;font-size:1.2rem;font-family:Courier New,monospace;background:#fff;color:#000;border:2px solid #fff;cursor:pointer;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.lexi-blast-btn:hover{background:#000;color:#fff}.lexi-stats{margin:2rem 0;font-size:1.1rem;display:flex;flex-direction:column;gap:.5rem}.lexi-start-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#000c;z-index:100}.lexi-start-btn{padding:1.5rem 3rem;font-size:1.5rem;font-family:Courier New,monospace;background:#fff;color:#000;border:3px solid #fff;cursor:pointer;text-transform:uppercase;letter-spacing:.2em;font-weight:700;border-radius:.5rem;transition:all .2s}.lexi-start-btn:hover{background:#000;color:#fff;transform:scale(1.05)}.lexi-start-btn:active{transform:scale(.95)}.lexi-start-btn:disabled{opacity:.5;cursor:not-allowed}.lexi-pause-btn{width:100%;padding:.5rem .8rem;margin-top:.25rem;font-size:.7rem;font-family:Courier New,monospace;background:#000c;color:#fff;border:1px solid #333;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .2s;flex-shrink:0;text-align:center}.lexi-pause-btn:hover{background:#fff3}.lexi-pause-btn:active{transform:scale(.95)}.lexi-pause-menu{display:flex;flex-direction:column;align-items:center;gap:.5rem}.lexi-tutorial-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:transparent;z-index:101;pointer-events:none}.lexi-tutorial-content{width:100%;height:100%;position:relative}.lexi-tutorial-header{position:absolute;top:10%;left:50%;transform:translate(-50%);z-index:102}.lexi-tutorial-title{color:#fff;font-size:1.1rem;font-weight:700;text-align:center;background:#000000e6;padding:.75rem 1.5rem;border-radius:.5rem;border:2px solid #fff;letter-spacing:.1em;animation:tutorial-title-pulse 2s ease-in-out infinite}@keyframes tutorial-title-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.98)}}.lexi-tutorial-finger{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.5rem}.lexi-tutorial-finger-icon{font-size:3rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.lexi-tutorial-tap{left:15%;top:65%;transform:translateY(-50%);animation:tutorial-tap 4s ease-in-out infinite}.lexi-tutorial-drag{left:50%;top:65%;transform:translate(-50%,-50%);animation:tutorial-drag 4s ease-in-out infinite 2s}@keyframes tutorial-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes tutorial-tap{0%,to{opacity:0;transform:translateY(-50%) scale(1)}5%,15%{opacity:1;transform:translateY(-50%) scale(1)}8%,12%{transform:translateY(-50%) scale(.85)}20%,to{opacity:0;transform:translateY(-50%) scale(1)}}@keyframes tutorial-drag{0%,to{opacity:0;transform:translate(-50%,-50%)}55%,85%{opacity:1}55%{transform:translate(-100%,-50%)}70%{transform:translateY(-50%)}85%{transform:translate(-50%,-50%)}90%,to{opacity:0;transform:translate(-50%,-50%)}}.lexi-konami-badge{display:inline-block;font-size:1.2rem;animation:konami-sparkle 1s ease-in-out infinite;cursor:help}@keyframes konami-sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}25%{transform:scale(1.2) rotate(-10deg);opacity:.8}50%{transform:scale(1.3) rotate(10deg);opacity:1}75%{transform:scale(1.2) rotate(-10deg);opacity:.8}}@media (max-width: 430px){.lexi-intro{padding:.75rem .5rem}.lexi-intro-content{gap:1rem;max-width:100%;padding-bottom:1.5rem}.lexi-title{font-size:2rem;margin-bottom:.5rem}.lexi-intro-heading{font-size:1rem}.lexi-intro-text{font-size:.85rem;line-height:1.5}.lexi-intro-section{gap:.6rem}.lexi-intro-item{font-size:.8rem;gap:.5rem;line-height:1.4}.lexi-intro-key{font-size:.7rem;padding:.2rem .4rem;min-width:2.5rem}.lexi-intro-icon{font-size:1rem;min-width:1.2rem}.lexi-intro-demo{padding:.75rem;margin:.5rem 0}.lexi-intro-demo-label{font-size:.7rem;margin-bottom:.5rem}.lexi-intro-demo-box{font-size:.8rem;gap:.4rem}.lexi-mode-btn{padding:.8rem 1.5rem;font-size:.9rem;margin-top:.5rem}.lexi-game-container{width:100%;padding:.5rem;height:100vh;height:100dvh;box-sizing:border-box}.lexi-game-canvas{width:100%;max-width:100%;max-height:calc(100vh - 165px);max-height:calc(100dvh - 165px)}.lexi-hud{width:100%;padding:.1rem .25rem;font-size:.55rem}.lexi-hud-top{flex-direction:column;gap:.25rem;margin-bottom:.2rem}.lexi-target{text-align:left}.lexi-target-word{font-size:.85rem}.lexi-target-needed{font-size:.65rem}.lexi-rack{font-size:.65rem;padding-top:.2rem;min-height:.9rem}.lexi-mobile-controls{width:100%;padding:.4rem .5rem .6rem}.lexi-arrow-btn{width:1.6rem;height:1.6rem;font-size:.75rem}.lexi-fire-btn{height:2rem;font-size:.7rem;max-width:5rem}}@media (max-height: 667px){.lexi-game-container{height:100vh;height:100dvh;padding:.4rem}.lexi-game-canvas{max-height:calc(100vh - 140px);max-height:calc(100dvh - 140px)}.lexi-hud{padding:.08rem .25rem;font-size:.55rem}.lexi-mobile-controls{padding:.35rem .4rem .5rem}.lexi-arrow-btn{width:1.5rem;height:1.5rem;font-size:.7rem}.lexi-fire-btn{height:1.9rem;font-size:.65rem;max-width:4.5rem}}@media (max-height: 932px){.lexi-intro{padding:.75rem .5rem}.lexi-intro-content{gap:1rem;padding-bottom:1.5rem}.lexi-title{font-size:2rem;margin-bottom:.4rem}.lexi-intro-heading{font-size:.95rem}.lexi-intro-text{font-size:.85rem}.lexi-intro-section{gap:.6rem}.lexi-intro-item{font-size:.75rem;gap:.5rem}.lexi-intro-demo{padding:.6rem;margin:.4rem 0}.lexi-intro-demo-box{font-size:.75rem}.lexi-mode-btn{padding:.75rem 1.4rem;font-size:.88rem}.lexi-hud{padding:.1rem .25rem;font-size:.55rem}.lexi-hud-top{margin-bottom:.2rem}.lexi-target-word{font-size:.9rem}.lexi-rack{padding-top:.2rem;min-height:.9rem;font-size:.7rem}.lexi-mobile-controls{padding:.35rem .45rem .55rem}.lexi-arrow-btn{width:1.7rem;height:1.7rem}.lexi-fire-btn{height:2.1rem}}@media (orientation: landscape){.lexi-game-canvas{max-width:100%}}@media (max-width: 430px) and (max-height: 932px){.lexi-intro{padding:.5rem}.lexi-intro-content{gap:.9rem;padding-bottom:1.2rem}.lexi-title{font-size:1.8rem;margin-bottom:.3rem}.lexi-intro-heading{font-size:.9rem}.lexi-intro-text{font-size:.8rem}.lexi-intro-section{gap:.5rem}.lexi-intro-item{font-size:.75rem;gap:.45rem}.lexi-intro-key{font-size:.65rem;min-width:2.25rem}.lexi-intro-demo{padding:.6rem}.lexi-intro-demo-box{font-size:.75rem}.lexi-mode-btn{padding:.7rem 1.3rem;font-size:.85rem}.lexi-hud{padding:.08rem .2rem;font-size:.5rem}.lexi-target-word{font-size:.8rem}.lexi-rack{font-size:.6rem;padding-top:.15rem;min-height:.8rem}.lexi-mobile-controls{padding:.3rem .35rem .45rem}.lexi-arrow-btn{width:1.5rem;height:1.5rem;font-size:.7rem}.lexi-fire-btn{height:1.9rem;font-size:.65rem;max-width:4.5rem}}
