@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Homemade+Apple&family=Permanent+Marker&family=Architects+Daughter&family=Shadows+Into+Light&family=Noto+Sans+Devanagari:wght@400;700&family=Noto+Sans+Telugu:wght@400;700&family=Noto+Sans+Malayalam:wght@400;700&family=Noto+Sans+Kannada:wght@400;700&display=swap";@import"https://use.typekit.net/dlj8tul.css";:root{--primary-color: #4caf50;--secondary-color: #2196f3;--accent-color: #ff9800;--purple-color: #9c27b0;--background-gradient: rgb(122, 202, 220);--text-color: #333;--white: #ffffff;--shadow: 0 4px 12px rgba(0, 0, 0, .15);--border-radius: 12px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--background-gradient);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;overscroll-behavior:none;position:fixed;width:100%;height:100%}#root{width:100%;height:100%;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none;position:relative}#root::-webkit-scrollbar{display:none}.app{width:100%;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.app::-webkit-scrollbar{display:none}.game-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;text-align:center;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.game-menu::-webkit-scrollbar{display:none}.game-title{font-size:clamp(2rem,8vw,3.5rem);font-weight:700;color:var(--white);margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.game-subtitle{font-size:clamp(1.2rem,4vw,2rem);color:var(--white);margin-bottom:40px;font-weight:300;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.language-grid,.letter-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;max-width:600px}.back-button{position:absolute;top:20px;left:20px;background:#fff3;border:none;border-radius:var(--border-radius);color:var(--white);padding:10px 20px;font-size:1rem;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.back-button:hover{background:#ffffff4d;transform:translate(-2px)}.language-button,.letter-type-button{background:var(--white);border:none;border-radius:var(--border-radius);padding:30px 20px;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow);min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:2px 2px 6px #26242480}.language-button-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:15px}.language-button-left{display:flex;flex-direction:column;align-items:flex-start;flex:1}.language-button-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:4px}.language-button:hover,.letter-type-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.language-button:active,.letter-type-button:active{transform:translateY(0)}.button-title{font-size:clamp(2.5rem,3vw,1.4rem);font-weight:700;color:var(--white);margin-bottom:8px}.button-subtitle{font-size:clamp(.99rem,2.5vw,1.1rem);color:#ffffffe6;margin-bottom:5px}.button-count{font-size:clamp(.89rem,2vw,1rem);color:#fffc;font-weight:300}.language-button-left .button-title,.language-button-left .button-subtitle{margin-bottom:4px;text-align:left}.language-button-right .button-count{text-align:right;margin-bottom:0}.letter-type-button.tamil-vowels{background:var(--primary-color)}.letter-type-button.tamil-consonants{background:var(--secondary-color)}.letter-type-button.english-capital{background:var(--accent-color)}.letter-type-button.english-small{background:var(--purple-color)}.letter-type-button.hindi-vowels{background:#e91e63}.letter-type-button.hindi-consonants{background:#673ab7}.letter-type-button.telugu-vowels{background:#ff5722}.letter-type-button.telugu-consonants{background:#3f51b5}.letter-type-button.malayalam-vowels{background:#8bc34a}.letter-type-button.malayalam-consonants{background:#009688}.letter-type-button.kannada-vowels{background:#e91e63}.letter-type-button.kannada-consonants{background:#3f51b5}.game-container{display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.game-container::-webkit-scrollbar{display:none}.game-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);min-height:70px}.game-header h2{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:700}.progress{font-size:clamp(.9rem,3vw,1.1rem);opacity:.9}.letter-display-area{height:75vh;display:flex;justify-content:center;align-items:center;padding:20px;position:relative;min-height:400px;overflow:hidden;touch-action:none}.phaser-game-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#f8f9fa;border-radius:8px;margin:0;overflow:hidden;touch-action:none}.phaser-game-container canvas{width:100%;height:100%;border-radius:8px;box-shadow:inset 0 2px 4px #0000001a;background:#fff;border:1px solid #e0e0e0;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.game-controls{display:flex;margin-left:10px;margin-right:10px;justify-content:space-between;align-items:center;padding:15px 20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:10px;min-height:80px;position:relative;z-index:10;border-radius:15px}.control-button{flex:1;max-width:120px;height:50px;border:none;border-radius:var(--border-radius);font-size:clamp(.9rem,3vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow);color:var(--white)}.control-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #0003}.control-button:active{transform:translateY(0)}.clear-button{background:#f44336}.next-button{background:var(--primary-color)}.menu-button{background:#666}.completion-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;height:100vh;padding:20px;text-align:center;position:fixed;top:0;left:0;right:0;bottom:0}.completion-title{font-size:clamp(2rem,8vw,3rem);color:var(--white);margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.completion-message{font-size:clamp(1.2rem,4vw,1.6rem);color:var(--white);margin-bottom:40px;opacity:.9}.completion-buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.completion-button{padding:15px 30px;border:none;border-radius:var(--border-radius);font-size:clamp(1rem,3vw,1.2rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow);min-width:150px}.restart-button{background:var(--primary-color);color:var(--white)}.menu-button-completion{background:var(--white);color:var(--text-color)}@media (max-width: 768px){.game-menu{padding:15px}.game-container{padding-bottom:70px}.language-grid,.letter-type-grid{grid-template-columns:1fr;max-width:400px}.language-button,.letter-type-button{min-height:100px;padding:25px 15px}.back-button{top:10px;left:10px;padding:8px 16px;font-size:.9rem}.game-controls{padding:10px 15px;padding-bottom:calc(10px + env(safe-area-inset-bottom));gap:6px;min-height:60px;position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.2);box-shadow:0 -2px 10px #0000001a}.control-button{height:45px;font-size:1rem}.completion-buttons{flex-direction:column;align-items:center}.completion-button{width:100%;max-width:250px}}@media (min-width: 768px) and (max-width: 1024px){.language-grid,.letter-type-grid{grid-template-columns:repeat(2,1fr);max-width:700px}.game-container{padding-bottom:80px}.game-controls{padding:15px 25px;padding-bottom:calc(15px + env(safe-area-inset-bottom));position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.2);box-shadow:0 -2px 10px #0000001a}.control-button{max-width:140px;height:55px}}@media (min-width: 1024px){.app{max-width:1200px;max-height:800px;margin:auto;border-radius:var(--border-radius);box-shadow:0 10px 30px #0000004d}.language-grid,.letter-type-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.game-controls{padding:20px 30px}.control-button{max-width:150px;height:60px}}@media (max-height: 500px) and (orientation: landscape){.game-header{min-height:40px;padding:5px 15px;font-size:.9rem}.game-header h2{font-size:1.1rem}.progress{font-size:.8rem}.letter-display-area{height:75vh;padding:10px;display:flex;justify-content:center;align-items:center;min-height:300px}.game-controls{min-height:45px;padding:5px 15px;position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);gap:5px}.game-container{padding-bottom:55px;height:100vh;display:flex;flex-direction:column}.control-button{height:35px;font-size:.8rem;padding:0 8px;max-width:80px}.game-menu{padding:5px 10px;justify-content:flex-start;overflow-y:auto}.game-title{font-size:1.5rem;margin-bottom:2px}.game-subtitle{font-size:1rem;margin-bottom:10px}.language-grid,.letter-type-grid{gap:8px;grid-template-columns:repeat(2,1fr);max-width:none;width:100%}.language-button,.letter-type-button{min-height:60px;padding:8px 5px}.button-title{font-size:.9rem;margin-bottom:2px}.button-subtitle{font-size:.75rem;margin-bottom:2px}.button-count{font-size:.7rem}.phaser-game-container{margin:0;height:100%;display:flex;align-items:center;justify-content:center}.phaser-game-container canvas{width:100%;height:100%}}@media (max-height: 400px) and (orientation: landscape){.game-header{min-height:35px;padding:3px 10px}.game-header h2{font-size:1rem}.progress{font-size:.75rem}.letter-display-area{height:75vh;padding:5px;min-height:250px}.game-controls{min-height:40px;padding:3px 10px}.control-button{height:30px;font-size:.75rem;padding:0 6px;max-width:70px}.game-container{padding-bottom:50px}.phaser-game-container{margin:0;height:100%}.phaser-game-container canvas{width:100%;height:100%}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){body{-webkit-font-smoothing:subpixel-antialiased}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.english-small-letter{font-family:adobe-handwriting-ernie,cursive;font-style:normal;font-weight:400}.letter-type-button.english-capital,.letter-type-button.english-capital *{font-family:Arial,Helvetica,sans-serif}.letter-type-button.english-small,.letter-type-button.english-small *{font-family:adobe-handwriting-ernie,cursive}.hindi-letter{font-family:Noto Sans Devanagari,Mangal,serif;font-weight:400}.letter-type-button.hindi-vowels,.letter-type-button.hindi-vowels *,.letter-type-button.hindi-consonants,.letter-type-button.hindi-consonants *{font-family:Noto Sans Devanagari,Mangal,serif}.telugu-letter{font-family:Noto Sans Telugu,Gautami,serif;font-weight:400}.letter-type-button.telugu-vowels,.letter-type-button.telugu-vowels *,.letter-type-button.telugu-consonants,.letter-type-button.telugu-consonants *{font-family:Noto Sans Telugu,Gautami,serif}.malayalam-letter{font-family:Noto Sans Malayalam,Kartika,serif;font-weight:400}.letter-type-button.malayalam-vowels,.letter-type-button.malayalam-vowels *,.letter-type-button.malayalam-consonants,.letter-type-button.malayalam-consonants *{font-family:Noto Sans Malayalam,Kartika,serif}.loading{display:flex;justify-content:center;align-items:center;height:100%;color:var(--white);font-size:1.2rem}.loading:after{content:"";width:30px;height:30px;margin-left:10px;border:3px solid transparent;border-top:3px solid var(--white);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}
