*{box-sizing:border-box}*,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.app{background:linear-gradient(135deg,#667eea,#764ba2);box-sizing:border-box;font-family:Nunito,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.header{margin-bottom:20px;position:relative;text-align:center}.header h1{color:#fff;font-size:3rem;letter-spacing:2px;margin:0;text-shadow:3px 3px 0 #0003}.subtitle{color:#e8f4f8;font-size:1.3rem;font-weight:600;margin:10px 0 0}.mobile-menu{position:absolute;right:10px;top:10px;z-index:1000}.menu-toggle{background:#ffffffe6;border:none;border-radius:8px;box-shadow:0 2px 10px #0003;cursor:pointer;font-size:1.2rem;padding:8px 12px;transition:all .2s}.menu-toggle:hover{background:#fff;transform:scale(1.05)}.menu-dropdown{animation:slideDown .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000004d;margin-top:5px;min-width:150px;padding:10px;position:absolute;right:0;top:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-item{background:#f8f9fa;border:none;border-radius:8px;color:#333;cursor:pointer;display:block;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:5px;padding:12px 15px;text-align:left;transition:all .2s;width:100%}.menu-item:last-child{margin-bottom:0}.menu-item:hover:not(:disabled){background:#667eea;color:#fff}.menu-item:disabled{cursor:not-allowed;opacity:.5}.win-message{animation:pulse 1s ease-in-out infinite;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:20px;margin-bottom:20px;padding:30px;text-align:center}.win-message h2{color:#fff;font-size:2.5rem;margin:0 0 15px;text-shadow:2px 2px 4px #0003}.win-message p{color:#fff;font-size:1.2rem;margin:0 0 20px}.win-message button{background:linear-gradient(135deg,#f6d365,#fda085);border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#333;cursor:pointer;font-size:1.3rem;font-weight:700;padding:15px 40px;transition:transform .2s,box-shadow .2s}.win-message button:hover{box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hint-message{background:linear-gradient(135deg,#a8edea,#fed6e3);border-radius:15px;margin-bottom:20px;padding:15px 25px;text-align:center}.hint-message p{color:#333;font-size:1.1rem;font-weight:600;margin:0}.hint-message.win{background:linear-gradient(135deg,#f093fb,#f5576c)}.game-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.sidebar{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0003;min-width:200px;padding:20px}.stats-panel{margin-bottom:20px}.stat-item{align-items:center;background:#f0f4f8;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.stat-label{color:#555;font-weight:600}.stat-value{color:#667eea;font-size:1.1rem;font-weight:700}.controls-panel h3,.difficulty-panel h3{color:#555;font-size:1rem;margin:0 0 15px;text-align:center}.control-btn{border:none;border-radius:12px;cursor:pointer;display:block;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;margin-bottom:10px;padding:12px;transition:all .2s;width:100%}.control-btn:disabled{cursor:not-allowed;opacity:.5}.undo-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.undo-btn:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.hint-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.hint-btn:hover:not(:disabled){box-shadow:0 4px 15px #f5576c66;transform:translateY(-2px)}.clear-btn{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333}.clear-btn:hover:not(:disabled){box-shadow:0 4px 15px #a8edea66;transform:translateY(-2px)}.new-game-btn{background:linear-gradient(135deg,#f6d365,#fda085);color:#333}.new-game-btn:hover{box-shadow:0 4px 15px #f6d36566;transform:translateY(-2px)}.difficulty-buttons{display:flex;flex-direction:column;gap:8px}.difficulty-btn{background:#fff;border:3px solid #667eea;border-radius:12px;color:#667eea;cursor:pointer;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;padding:10px;transition:all .2s}.difficulty-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.difficulty-btn:hover:not(.active){background:#f0f4f8}.board-container{align-items:center;display:flex;justify-content:center}.sudoku-board{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;padding:10px}.sudoku-row{display:flex}.sudoku-cell{align-items:center;background:#f8f9fa;border-radius:5px;cursor:pointer;display:flex;height:60px;justify-content:center;margin:2px;position:relative;transition:all .2s;width:60px}.sudoku-cell:hover{background:#e9ecef;transform:scale(1.05)}.sudoku-cell.selected{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 15px #667eea80}.sudoku-cell.initial{background:#e9ecef;cursor:default}.sudoku-cell.hint{animation:hint-pulse 1s ease-in-out}.sudoku-cell.initial.selected,.sudoku-cell.initial:hover{background:#e9ecef;transform:none}@keyframes hint-pulse{0%,to{background:#f8f9fa}50%{background:#f6d365}}.border-right{border-right:3px solid #667eea}.border-bottom{border-bottom:3px solid #667eea}.cell-value{font-size:2rem;font-weight:700}.cell-value:not(.initial-value):not(.hint-value),.initial-value{color:#333}.hint-value{color:#f5576c}.sudoku-cell.error{animation:error-pulse .5s ease-in-out;background:#fcc}.sudoku-cell.error:hover{background:#fcc;transform:none}.sudoku-cell.error.selected{background:linear-gradient(135deg,#c33,#900)}.cell-value.error-value{color:#c00;font-weight:800}@keyframes error-pulse{0%,to{background:#fcc}50%{background:#f99}}.mobile-input{background:#0000;border:none;caret-color:#fff;color:#fff;font-family:Nunito,sans-serif;font-size:2rem;font-weight:700;height:100%;outline:none;text-align:center;width:100%}.mobile-input.error-value{caret-color:#c00;color:#c00}.numpad{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0003;min-width:150px;padding:20px}.numpad h3{color:#555;font-size:1rem;margin:0 0 15px;text-align:center}.numpad-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.num-btn{background:linear-gradient(135deg,#f6d365,#fda085);border:none;border-radius:12px;color:#333;cursor:pointer;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:700;height:50px;transition:all .2s;width:50px}.num-btn:hover:not(:disabled){box-shadow:0 4px 15px #f6d36566;transform:scale(1.1)}.num-btn:disabled{cursor:not-allowed;opacity:.5}.instructions{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0003;margin-left:auto;margin-right:auto;margin-top:30px;max-width:800px;padding:25px}.instructions h3{color:#555;font-size:1.5rem;margin:0 0 15px;text-align:center}.instructions ul{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0}.instructions li{background:#f8f9fa;border-radius:10px;color:#555;font-size:.95rem;padding:12px 15px}.instructions strong{color:#667eea}@media (max-width:768px){.app{padding:10px}.header h1{font-size:2rem}.subtitle{font-size:1rem}.game-container{align-items:center;flex-direction:column}.sidebar{min-width:auto;width:100%}.board-container{order:-1}.sudoku-cell{height:50px;width:50px}.sudoku-cell.selected{background:#667eea}.cell-value,.mobile-input{font-size:1.5rem}.numpad{min-width:auto;order:-1}.instructions{margin-top:20px}.instructions li{font-size:.9rem}}
/*# sourceMappingURL=main.f9a6a2e5.css.map*/