#root{width:100%;max-width:1000px;margin:0 auto;padding:1rem;text-align:center}.app{display:flex;flex-direction:column;align-items:center;width:100%}.game-container{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;width:100%}.top-solution-container{margin-bottom:1.5rem;width:100%;display:flex;flex-direction:column;gap:1rem}.top-solution-button{width:100%;padding:.75rem;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;background-color:#ff9800;color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:background-color .3s ease}.top-solution-button:hover{background-color:#f57c00}.top-solution-button.active{background-color:#e65100}.solution-display{background-color:#37474f;border-radius:8px;padding:1rem}.solution-reached{color:#4caf50;font-weight:700;margin-top:1rem;padding:.5rem;border-radius:4px;background-color:#4caf501a}.game-board{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;background-color:#2a2a2a;border-radius:8px;width:100%}.game-grid{display:grid;grid-template-rows:repeat(2,minmax(80px,auto));grid-template-columns:repeat(6,1fr);column-gap:.8rem;row-gap:1rem;width:100%;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.empty-tile{visibility:hidden;background-color:transparent;border:1px dashed rgba(255,255,255,.1);min-height:20px}.game-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#3a3a3a;border-radius:8px;padding:.75rem;aspect-ratio:1;cursor:pointer;transition:background-color .3s ease;max-width:100%;font-size:.9rem;min-width:0}.game-tile:hover{background-color:#4a4a4a}.game-tile.active{background-color:#4caf50;color:#fff}.game-tile.active:hover{background-color:#3d8c40}.tile-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.tile-index{font-size:1.5rem;font-weight:700}.tile-status{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.tile-moves{font-size:.7rem;color:#fff9;text-align:center;line-height:1.2;word-break:break-word;max-width:100%}.solution-notification{margin-top:1rem;padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border-radius:4px;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.instructions{text-align:left;margin-top:1rem;padding:1rem;background-color:#353535;border-radius:4px;width:100%}.instructions h3{margin-top:0;margin-bottom:.5rem}.instructions p{margin:.25rem 0}.controls{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#2a2a2a;border-radius:8px;width:100%}.show-solution-container{margin-bottom:1rem}.top-solution-button{width:100%;padding:.75rem;font-size:1.1rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.control-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.reset-button,.custom-button,.solution-button,.apply-custom-button,.play-again-button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:all .2s ease}.reset-button{background-color:#f44336;color:#fff}.reset-button:hover{background-color:#d32f2f}.custom-button{background-color:#2196f3;color:#fff}.custom-button:hover{background-color:#1976d2}.custom-button.active{background-color:#1565c0}.solution-button{background-color:#ff9800;color:#fff}.solution-button:hover{background-color:#f57c00}.solution-button.active{background-color:#e65100}.apply-custom-button{background-color:#4caf50;color:#fff;margin-top:1rem}.apply-custom-button:hover{background-color:#388e3c}.play-again-button{background-color:#9c27b0;color:#fff;margin-top:1rem}.play-again-button:hover{background-color:#7b1fa2}.custom-setup{background-color:#353535;padding:1rem;border-radius:4px}.setup-info{margin-bottom:1rem;font-size:.9rem;color:#ffffffb3}.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.custom-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background-color:#444;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.custom-tile:hover{background-color:#555}.custom-tile.active{background-color:#4caf50}.custom-index{font-weight:700;font-size:1.2rem}.custom-status{font-size:.7rem;margin-top:.25rem}.solution-status{background-color:#4caf5033;border:1px solid #4caf50;border-radius:4px;padding:1rem;text-align:center}.solution-status h3{margin-top:0;color:#4caf50}.solution-status p{margin-bottom:1rem}.solution-display{background-color:#37474f;border-radius:4px;padding:1rem;margin-top:1rem}.solution-display h3{margin-top:0;color:#ff9800;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.solution-info{margin-bottom:1rem;font-style:italic;color:#ffffffb3}.solution-steps{display:flex;flex-direction:column;gap:1rem}.solution-part{background-color:#ffffff0d;border-radius:4px;padding:.75rem}.solution-part h4{margin-top:0;margin-bottom:.5rem;color:#ff9800}.solution-moves ol{margin:0;padding-left:1.5rem}.solution-moves li{margin-bottom:.5rem}.solution-moves strong{color:#ff9800;font-size:1.1em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
