*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;display:flex;flex-direction:column;align-items:center;color:#fff;touch-action:manipulation;-webkit-user-select:none;user-select:none;overflow:hidden}.game-container{width:100%;max-width:500px;padding:20px;display:flex;flex-direction:column;align-items:center;min-height:100vh}.stats-bar{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:15px;font-size:1.4rem;font-weight:600}.stat{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:.9rem;opacity:.7;text-transform:uppercase;letter-spacing:1px}.stat-value{font-size:2rem;font-weight:700;color:orchid}.sound-toggle{background:#da70d633;border:2px solid #DA70D6;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.sound-toggle:hover{background:#da70d64d;transform:scale(1.05)}.sound-toggle:active{transform:scale(.95)}.sound-toggle.muted{background:#ff6b6b33;border-color:#ff6b6b;opacity:.6}#sound-icon{font-size:1.5rem}.progress-container{width:100%;height:12px;background:#3a3a4a;border-radius:6px;margin-bottom:20px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,orchid,#ba55d3);border-radius:6px;transition:width .1s linear;width:100%}.progress-bar.warning{background:linear-gradient(90deg,#ff6b6b,#ee5a5a)}.message{font-size:1.8rem;font-weight:700;text-align:center;min-height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.message.success{color:orchid}.message.error{color:#ff6b6b}.game-grid{display:grid;gap:15px;width:100%;max-width:400px;aspect-ratio:1;margin-bottom:30px}.game-grid.grid-3x3{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}.game-grid.grid-3x4{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);aspect-ratio:3/4}.game-grid.grid-4x4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}.game-grid.grid-5x4{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);aspect-ratio:5/4}.game-grid.grid-5x5{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr)}.game-grid.grid-6x5{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);aspect-ratio:6/5}.game-grid.grid-6x6{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr)}.game-grid.grid-7x6{grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);aspect-ratio:7/6}.game-grid.grid-7x7{grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(7,1fr)}.circle{background:#3a3a4a;border-radius:50%;cursor:pointer;transition:transform .1s ease,background-color .2s ease;aspect-ratio:1;min-width:40px;min-height:40px}.grid-3x3 .circle,.grid-3x4 .circle,.grid-4x4 .circle{min-width:60px;min-height:60px}.grid-5x4 .circle,.grid-5x5 .circle{min-width:50px;min-height:50px}.circle:active{transform:scale(.95)}.circle.active{background:linear-gradient(135deg,#ff0080,#ff8c00,gold,#00ff7f,#00ced1,#4169e1,#9400d3);animation:pulse 1s ease-in-out infinite;display:flex;align-items:center;justify-content:center;font-size:2rem}.circle.active:after{content:"🦄"}.grid-6x5 .circle.active,.grid-6x6 .circle.active,.grid-7x6 .circle.active,.grid-7x7 .circle.active{font-size:1.3rem}.circle.wrong{background:#ff6b6b!important;animation:shake .3s ease-in-out}.circle.success{background:linear-gradient(135deg,#ff0080,#ff8c00,gold,#00ff7f,#00ced1,#4169e1,#9400d3);animation:pop .2s ease-out}@keyframes pulse{0%,to{box-shadow:0 0 20px #ff0080,0 0 30px #ff8c0066,0 0 25px #00ff7f4d}50%{box-shadow:0 0 40px #ff0080,0 0 60px #ff8c0099,0 0 80px #00ced166,0 0 50px #4169e14d}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.start-button{background:linear-gradient(135deg,orchid,#ba55d3);color:#fff;border:none;padding:20px 50px;font-size:1.5rem;font-weight:700;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #da70d666;text-transform:uppercase;letter-spacing:2px}.start-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #da70d699}.start-button:active{transform:scale(.98)}.start-button.hidden{display:none}.game-over-stats{font-size:1.2rem;opacity:.8;margin-top:10px;display:block}
