.grid{display:grid;gap:0;width:fit-content}.node-finish{background-image:url(/images/circle.svg)}.node-finish,.node-start{background-repeat:no-repeat;background-position:50%;background-size:contain}.node-start{background-image:url(/images/arrow-right.svg)}.node-bomb{background-image:url(/images/bomb.svg);background-size:60%;background-color:#ffffff}.node-bomb,.node-weight-no-animation{background-repeat:no-repeat;background-position:50%}.node-weight-no-animation{background-image:url(/images/weight.svg);background-size:contain}.node-wall-no-animation{border:1px solid rgb(175,216,248);background-color:rgb(12,53,71)}.node-visited-no-animation{border:1px solid rgb(175,216,248);background-color:rgba(0,190,218,.75)}.visited-while-bomb-active-no-animation{border:1px solid rgb(175,216,248);background-color:rgba(178,67,255,.75)}.node-shortest-path-no-animation{border:1px solid rgb(175,216,248);background-color:rgb(255,254,106)}.node{background-color:#ffffff;border:1px solid rgb(175,216,248);aspect-ratio:1/1}.node-robot{background-image:url(/images/robot.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.node-wall{background-color:rgb(12,53,71)}.maze-wall{animation-name:wallAnimation;animation-duration:.3s;animation-timing-function:ease-out;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-weight{background-image:url(/images/weight.svg);background-repeat:no-repeat;background-position:50%;background-size:60%;animation-name:weightAnimation;animation-duration:.3s;animation-timing-function:ease-out;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-visited{animation-name:visitedBlueAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-shortest-path{background-color:rgb(255,254,106);animation-name:shortestPath;animation-duration:1.5s;animation-timing-function:linear;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-dragging-disabled{cursor:not-allowed}.defused-bomb{opacity:.5}.visited-while-bomb-active{border:1px solid rgb(175,216,248);animation-name:visitedPurpleAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-arrow-up{background-image:url(/images/arrow-up.svg)}.node-arrow-down,.node-arrow-up{background-repeat:no-repeat;background-position:50%;background-size:contain;background-color:rgb(255,254,106);animation-name:shortestPath;animation-duration:1.5s;animation-timing-function:linear;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-arrow-down{background-image:url(/images/arrow-down.svg)}.node-arrow-left{background-image:url(/images/arrow-left.svg)}.node-arrow-left,.node-arrow-right{background-repeat:no-repeat;background-position:50%;background-size:contain;background-color:rgb(255,254,106);animation-name:shortestPath;animation-duration:1.5s;animation-timing-function:linear;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.node-arrow-right{background-image:url(/images/arrow-right.svg)}@keyframes visitedBlueAnimation{0%{transform:scale(.3);background-color:rgba(0,0,66,.75);border-radius:100%}50%{background-color:rgba(17,104,217,.75)}75%{transform:scale(1.2);background-color:rgba(0,217,159,.75)}to{transform:scale(1);background-color:rgba(0,190,218,.75)}}@keyframes visitedPurpleAnimation{0%{transform:scale(.3);background-color:rgba(41,4,24,.75);border-radius:100%}50%{background-color:rgba(97,0,20,.75)}75%{transform:scale(1.2);background-color:rgba(216,5,141,.75)}to{transform:scale(1);background-color:rgba(178,67,255,.75)}}@keyframes shortestPath{0%{transform:scale(.6);background-color:rgb(255,254,106)}50%{transform:scale(1.2);background-color:rgb(255,254,106)}to{transform:scale(1);background-color:rgb(255,254,106)}}@keyframes wallAnimation{0%{transform:scale(.3);background-color:rgb(12,53,71)}50%{transform:scale(1.2);background-color:rgb(12,53,71)}to{transform:scale(1);background-color:rgb(12,53,71)}}@keyframes weightAnimation{0%{transform:scale(.3)}50%{transform:scale(1.2)}to{transform:scale(1)}}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--c-bg:#1f2937;--c-scrollbar:#0d9488;--c-scrollbar-hover:#02a597}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background:var(--c-bg);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--c-scrollbar);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--c-scrollbar-hover)}