@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--bgBox: 158, 184, 217;--ffSerif: "Poppins", sans-serif}body{overscroll-behavior:none;font-family:var(--ffSerif)!important;overflow:hidden}.stats{right:0;left:initial!important}*{margin:0;padding:0}.flex{display:flex}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-2{gap:.5rem}.bold{font-weight:700}#container{width:100vw;height:100vh}canvas{display:block}::-webkit-scrollbar{width:8px;border-radius:5px}::-webkit-scrollbar-track{background:#dde6ed;border-radius:5px}::-webkit-scrollbar-thumb{background:#526d82;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#27374d}.box{-webkit-user-select:none;user-select:none;position:absolute;display:flex;flex-direction:column;left:.5%;top:.5%;border-radius:5px;background:rgba(var(--bgBox),.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:10px;word-break:break-all;cursor:pointer;width:clamp(200px,170px + 40vw,320px)}.selected-text{color:#fff}.marked-graphs{width:clamp(150px,170px + 40vw,300px);height:clamp(150px,170px + 40vw,300px);max-width:clamp(150px,170px + 40vw,300px);max-height:clamp(150px,170px + 40vw,300px);padding-right:10px;margin:.5rem 0;overflow:auto;transition:all .25s ease-out}.marked-graphs.isMini{transform:scale(0);width:0;height:0;margin:0}.marked-graphs>.marked-graph{gap:.5rem;display:grid;border:2px solid black;border-radius:5px;padding:5px;font-size:14px;margin:10px 0;color:#0f0f0f;text-transform:uppercase;font-weight:500;font-family:var(--ffSerif);background:white;position:relative}.marked-graph.ABC1{background-color:#dcd9b1;border-color:#dcd9b1}.marked-graph.ABC2{background-color:#aaaafe;border-color:#aaaafe}.marked-graph.ABC3{background-color:#e07223;border-color:#e07223}.marked-graph.ABC4{background-color:#5132a8;border-color:#5132a8}.marked-graph.lul{background-color:#97eee5;border-color:#97eee5}.marked-graph.lil{background-color:#e6f5fd;border-color:#e6f5fd}.marked-graph.bil{background-color:#fbf9e6;border-color:#fbf9e6}.marked-graph.did{background-color:#ffc9b5;border-color:#ffc9b5}.marked-graph.rid{background-color:#f5f5ef;border-color:#f5f5ef}.marked-graph.tid{background-color:#f2f2f2;border-color:#f2f2f2}.marked-graph.memory{background-color:#796ebf;border-color:#796ebf}.marked-graph.dip{background-color:#d0c1ef;border-color:#d0c1ef}.marked-graph.EPF{background-color:#83e183;border-color:#83e183}.marked-graph.MUMU{background-color:#b56b33;border-color:#b56b33}.marked-icon-wrapper{position:absolute;right:5px;top:4px;display:flex;align-items:center;gap:.25rem}.marked-icon{border-radius:50%;padding:4px;width:12px;height:12px;cursor:pointer}.marked-cross{background:#ff4742}.marked-find{background:#32a852}.marked-icon.marked-find:after{background-image:url(../assets/icons/find.svg);content:"";background-position:center;background-repeat:no-repeat;background-size:contain;color:#fff;position:absolute;width:12px;height:12px}.marked-icon.marked-cross:after{background-image:url(../assets/icons/cross.svg);content:"";background-position:center;background-repeat:no-repeat;background-size:contain;color:#fff;position:absolute;width:12px;height:12px}#resetButton{align-self:flex-end;background:#be3144;border:1px solid #be3144;border-radius:6px;box-shadow:#0000001a 1px 2px 4px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;line-height:16px;min-height:30px;outline:0;padding:4px 8px;text-align:center;text-rendering:geometricprecision;text-transform:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:middle}#resetButton:hover,#resetButton:active{background-color:#fff;border-color:#fff;color:#be3144}.btn-icon{background:#872341;backface-visibility:hidden;border-radius:.375rem;border-style:solid;border-width:.125rem;border-color:#872341;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;padding:.15rem;position:relative;text-align:left;text-decoration:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.btn-icon .icon{background-image:url(../assets/icons/mini.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:22px;height:22px}#miniMaxButton.isMini .icon{background-image:url(../assets/icons/max.svg)}#moveButton{background-color:#f05941;border-color:#f05941}#moveButton .icon{background-image:url(../assets/icons/move.svg)}#showRoutingButton,#selectRoutingButton{background-color:#a85447;border-color:#a85447;opacity:.4;transition:all .1s ease}#showRoutingButton .icon{background-image:url(../assets/icons/circle-nodes.svg)}:is(#showRoutingButton,#selectRoutingButton).active{opacity:1}.instruction{padding-block:.5rem;color:#fff}.instruction>p:not(:last-child){margin-bottom:.5rem}.instruction>p>span{display:inline-block;background:#872341;padding:.25rem;border-radius:5px}
