body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f4f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}.App{align-items:center;display:flex;flex-direction:column;min-height:95vh;padding-top:20px;text-align:center}.App h2{color:#333;font-size:1.8em;margin-bottom:15px}.controls{flex-direction:column;margin-bottom:20px}.control-row,.controls{align-items:center;display:flex;gap:10px}.control-row{flex-wrap:wrap;justify-content:center}.control-label{font-weight:700;margin-right:5px;vertical-align:middle}.control-select,.control-toggle input{border:1px solid #ccc;border-radius:4px;font-size:.9em;margin-right:10px;padding:6px 8px;vertical-align:middle}.control-toggle{align-items:center;display:inline-flex;margin-left:10px}.control-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:.95em;padding:8px 15px;transition:background-color .2s ease,box-shadow .2s ease}.control-button:hover:not(:disabled){background-color:#e0e0e0;box-shadow:0 1px 3px #0000001a}.control-button:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.control-button.primary{background-color:#007bff;border-color:#007bff;color:#fff}.control-button.primary:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.control-button.active{background-color:#28a745;border-color:#28a745;color:#fff}.control-button.active:hover:not(:disabled){background-color:#1e7e34;border-color:#1c7430}.node{background-position:50%;background-repeat:no-repeat;background-size:80%;display:inline-block;height:25px;outline:1px solid #afd8f8;transition:background-color .1s ease-out;vertical-align:top;width:25px}.node-start{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="10,5 90,50 10,95" style="fill:rgb%2834,139,34%29;stroke:black;stroke-width:2" /></svg>')}.node-finish{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="35" style="fill:rgb%28220,20,60%29;stroke:black;stroke-width:3" /><circle cx="50" cy="50" r="15" style="fill:rgb%28255,100,100%29;stroke:black;stroke-width:2" /></svg>')}.node-bomb{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,5 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35" style="fill:orange;stroke:black;stroke-width:2"/></svg>')}.node-wall{animation-duration:.3s;animation-name:wallAnimation;animation-timing-function:ease-out;background-color:#0c3547}@keyframes wallAnimation{0%{background-color:#325064;border-radius:20%;transform:scale(.7)}to{background-color:#0c3547;transform:scale(1)}}.node-weight-2{background-color:#e6e6e6}.node-weight-3{background-color:#d7d7d7}.node-weight-4{background-color:#c8c8c8}.node-weight-5{background-color:#b9b9b9}.node-weight-6{background-color:#aaa}.node-weight-7{background-color:#9b9b9b}.node-weight-8{background-color:#8c8c8c}.node-weight-9{background-color:#7d7d7d}.node-weight-10{background-color:#6e6e6e}.node-visited{background-color:#00beda80}.node-shortest-path{background-color:#fffe6aa6}.animation-dynamic .node-visited{animation-duration:1s;animation-fill-mode:forwards;animation-name:visitedAnimation;animation-timing-function:ease-out;background-color:#00bedabf}@keyframes visitedAnimation{0%{background-color:#00004299;border-radius:100%;transform:scale(.4)}50%{background-color:#1168d9b3}75%{background-color:#00d99fbf;transform:scale(1.1)}to{background-color:#00bedabf;transform:scale(1)}}.animation-dynamic .node-shortest-path{animation-duration:1.2s;animation-fill-mode:forwards;animation-name:shortestPath;animation-timing-function:ease-out;background-color:#fffe6a}@keyframes shortestPath{0%{background-color:#ffa500b3;transform:scale(.5)}50%{background-color:#ffd700cc;transform:scale(1.15)}to{background-color:#fffe6a;transform:scale(1)}}.grid{border:1px solid #ccc;display:inline-grid;gap:0;margin-top:10px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.gridRow{display:flex}.stats-display{background-color:#f9f9f9;border:1px solid #d1d1d1;border-radius:8px;box-shadow:0 2px 4px #0000000d;font-size:.95em;margin:20px auto;max-width:450px;padding:15px 20px}.stats-display h3{border-bottom:1px solid #eee;color:#333;font-weight:600;margin-bottom:15px;margin-top:0;padding-bottom:10px;text-align:center}.stats-grid{grid-gap:8px 15px;align-items:center;display:grid;gap:8px 15px;grid-template-columns:auto 1fr}.stats-grid span:nth-child(odd){color:#555;font-weight:500;text-align:right}.stats-grid span:nth-child(2n){background-color:#efefef;border-radius:3px;color:#222;font-family:Courier New,Courier,monospace;font-weight:700;padding:2px 5px;text-align:left}
/*# sourceMappingURL=main.63f9d530.css.map*/