#path-container{position:absolute;top:0;left:0;width:100vw;height:100%;display:none;flex-direction:row;justify-content:center;align-items:flex-start;pointer-events:none;font-size:18px;z-index:2000;background-color:var(--background-base)}#path{max-width:var(--max-width);width:100%;height:100%;position:relative;background-color:var(--background-base);display:flex;pointer-events:all;flex-direction:column;gap:100px;justify-content:space-around;overflow-y:auto;max-height:100%;min-height:0}.path-row{display:flex;width:100%;min-height:150px;justify-content:space-evenly}.path-option-container{display:flex;justify-content:center;align-items:center;width:33%;z-index:2005;height:140px}.path-option{width:60%;max-width:100px;aspect-ratio:1;border-radius:50%;background-color:#f5dd8d;display:flex;justify-content:center;align-items:center;text-align:center;font-size:1em}.path-option.player{background-color:#ec4848;color:#fff;text-shadow:1px 1px 0 #000}.path-option.next{background-color:#fffaec;cursor:pointer}.path-option.next:hover{background-color:#e4dac1}.path-svg{z-index:2000;height:100%;width:100%}