*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{color:#333;background:radial-gradient(125% 125% at 50% -10%,#8b5cf6 0%,#6d28d9 55%,#4c1d95 100%) fixed;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:"Baloo 2",Nunito,sans-serif;display:flex;overflow-x:hidden}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{background:#fff;border-radius:20px;width:100%;max-width:600px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #8b5cf626}@media (width>=600px){.container{padding:2rem}}.container:before{content:"";background:linear-gradient(90deg,#8b5cf6,#6d28d9,#6d28d9);height:4px;position:absolute;top:0;left:0;right:0}.screen{animation:.5s ease-in-out fadeIn;display:none}.screen.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.start-screen{text-align:center}.bella-header{margin-bottom:1.5rem;animation:.8s cubic-bezier(.68,-.55,.265,1.55) bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.bella-owl{filter:drop-shadow(0 10px 18px #00000038);width:auto;height:160px;margin:0 auto 1rem;animation:2.6s ease-in-out infinite charFloat;display:block}@keyframes charFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.welcome-text{color:#8b5cf6;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;line-height:1.2}.welcome-subtext{color:#666;margin-bottom:2rem;font-size:1rem}.difficulty-section{margin:2rem 0}.difficulty-label{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:block}.difficulty-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.difficulty-btn{cursor:pointer;background:#fff;border:2px solid #6d28d9;border-radius:12px;flex:1;min-width:80px;padding:.75rem 1rem;font-family:"Baloo 2",Nunito,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s}.difficulty-btn:hover,.difficulty-btn:focus{outline:none;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf633}.difficulty-btn.selected{color:#fff;background:#8b5cf6;border-color:#8b5cf6}.start-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;width:100%;min-height:48px;padding:1rem;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.1rem;font-weight:800;transition:all .3s}.start-btn:hover,.start-btn:focus{outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf64d}.start-btn:active{transform:translateY(0)}.game-screen{position:relative}.game-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.score-display{color:#8b5cf6;background:#f5f3ff;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:700}.round-display{color:#fff;background:#8b5cf6;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:700}.timer{text-align:center;margin-bottom:1rem}.timer-bar{background:#ede9fe;border-radius:4px;width:100%;height:8px;margin-top:.5rem;overflow:hidden}.timer-fill{background:linear-gradient(90deg,#8b5cf6,#6d28d9);width:100%;height:100%;transition:width .1s linear,background .3s}.timer-fill.warning{background:linear-gradient(90deg,#e74c3c,#ff6b6b)}.category-hint{text-align:center;color:#8b5cf6;background:#f5f3ff;border-left:4px solid #6d28d9;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.word-display{text-align:center;margin-bottom:1.5rem}.answer-area{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;min-height:50px;margin-bottom:1.5rem;display:flex}.answer-slot{color:#8b5cf6;background:#f5f3ff;border:2px dashed #6d28d9;border-radius:8px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.answer-slot.filled{background:linear-gradient(135deg,#6d28d9,#ede9fe);border-style:solid;border-color:#8b5cf6;animation:.4s cubic-bezier(.68,-.55,.265,1.55) slotFill}@keyframes slotFill{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=480px){.answer-slot{width:36px;height:36px;font-size:1rem}}.letters-container{margin-bottom:1.5rem}.letters-grid{grid-template-columns:repeat(auto-fit,minmax(45px,1fr));gap:.5rem;margin-top:1rem;display:grid}@media (width>=500px){.letters-grid{grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}}.letter-tile{aspect-ratio:1;cursor:pointer;color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:48px;min-height:48px;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.1rem;font-weight:800;transition:all .2s;animation:.5s cubic-bezier(.68,-.55,.265,1.55) both tileSlide;display:flex;box-shadow:0 4px 8px #00000026}.letter-tile:first-child{animation-delay:0s}.letter-tile:nth-child(2){animation-delay:50ms}.letter-tile:nth-child(3){animation-delay:.1s}.letter-tile:nth-child(4){animation-delay:.15s}.letter-tile:nth-child(5){animation-delay:.2s}.letter-tile:nth-child(6){animation-delay:.25s}.letter-tile:nth-child(7){animation-delay:.3s}.letter-tile:nth-child(8){animation-delay:.35s}@keyframes tileSlide{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.letter-tile:hover:not(:disabled),.letter-tile:focus:not(:disabled){transform:translateY(-4px);box-shadow:0 6px 16px #00000040}.letter-tile:active:not(:disabled){transform:translateY(-2px)}.letter-tile:disabled{opacity:.3;cursor:not-allowed}.letter-tile.red{background:#ef5350}.letter-tile.orange{background:#ff9800}.letter-tile.yellow{color:#333;background:#ffeb3b}.letter-tile.green{background:#66bb6a}.letter-tile.blue{background:#42a5f5}.letter-tile.indigo{background:#5c6bc0}.letter-tile.purple{background:#ab47bc}.controls{gap:.75rem;margin-bottom:1.5rem;display:flex}.hint-btn{color:#8b5cf6;cursor:pointer;background:#f5f3ff;border:2px solid #6d28d9;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-family:"Baloo 2",Nunito,sans-serif;font-size:.9rem;font-weight:700;transition:all .3s}.hint-btn:hover:not(:disabled),.hint-btn:focus:not(:disabled){color:#fff;background:#6d28d9;outline:none}.hint-btn:disabled{opacity:.5;cursor:not-allowed}.reset-btn{color:#8b5cf6;cursor:pointer;background:#ede9fe;border:2px solid #8b5cf6;border-radius:10px;flex:1;min-height:48px;padding:.75rem;font-family:"Baloo 2",Nunito,sans-serif;font-size:.9rem;font-weight:700;transition:all .3s}.reset-btn:hover,.reset-btn:focus{color:#fff;background:#8b5cf6;outline:none}.progress-dots{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.progress-dot{background:#ede9fe;border-radius:50%;width:10px;height:10px;transition:all .3s}.progress-dot.completed{background:#8b5cf6}.progress-dot.current{background:#6d28d9;transform:scale(1.3)}.feedback{text-align:center;z-index:1000;background:#fff;border-radius:16px;max-width:90%;padding:2rem;animation:.4s cubic-bezier(.68,-.55,.265,1.55) popUp;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px #8b5cf64d}@keyframes popUp{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.feedback.success{color:#fff;background:linear-gradient(135deg,#66bb6a,#81c784)}.feedback.incorrect{color:#fff;background:linear-gradient(135deg,#ef5350,#ff7043)}.feedback-text{margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.feedback-subtext{opacity:.95;font-size:.95rem}.sparkle{pointer-events:none;z-index:999;font-size:1.5rem;animation:1s ease-out forwards sparkleAnim;position:fixed}@keyframes sparkleAnim{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(var(--tx,0), var(--ty,-50px)) scale(0)}}.end-screen{text-align:center}.end-header{margin-bottom:2rem}.end-title{color:#8b5cf6;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.bella-celebrating{filter:drop-shadow(0 10px 18px #00000038);width:auto;height:178px;margin:1rem auto;animation:.6s cubic-bezier(.68,-.55,.265,1.55) celebrate;display:block}@keyframes celebrate{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.score-summary{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-left:4px solid #8b5cf6;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.summary-row{justify-content:space-between;margin:.75rem 0;font-size:1.1rem;font-weight:600;display:flex}.summary-label{color:#666}.summary-value{color:#8b5cf6;font-weight:800}.stars-display{letter-spacing:.25rem;margin:1rem 0;font-size:3rem;animation:.8s ease-in-out starShine}@keyframes starShine{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.star-message{color:#666;margin:1rem 0 2rem;font-size:1.1rem}.play-again-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;width:100%;min-height:48px;padding:1rem;font-family:"Baloo 2",Nunito,sans-serif;font-size:1.1rem;font-weight:800;transition:all .3s}.play-again-btn:hover,.play-again-btn:focus{outline:none;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf64d}.play-again-btn:active{transform:translateY(0)}button:focus-visible{outline-offset:2px;outline:2px solid #8b5cf6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a:focus-visible,button:focus-visible,[role=button]:focus-visible,select:focus-visible,input:focus-visible{outline-offset:2px;border-radius:4px;outline:3px solid #ff6b35}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}.skip-link{color:#fff;z-index:9999;background:#2d2d44;border-radius:0 0 8px 8px;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;transition:top .3s;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:0}
