*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{color:var(--color-text);background:var(--color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-y:hidden}@media (max-width: 1000px){body{overflow-y:unset}}#app{margin:0 auto;height:100%;font-weight:400;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:unset}header[data-v-eb280905]{background-color:#222;height:50px;display:flex;flex-direction:row;gap:10px;align-items:center}#refreshContainer[data-v-eb280905]{margin-right:15px;margin-left:auto}#refreshButton[data-v-eb280905]{cursor:pointer;border:1.5px solid rgb(192,192,192);background-color:#f0f0f0;transition:background-color 125ms linear;border-radius:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}#refreshButton[data-v-eb280905]:hover{background-color:silver}#refreshButton svg.refresh[data-v-eb280905]{width:25px;height:25px}#refreshButton svg.alert[data-v-eb280905]{width:20px;height:20px;display:none}#refreshButton.RELOADING svg[data-v-eb280905]{animation:spin-eb280905 1s linear infinite}#refreshButton.ERROR[data-v-eb280905]{background-color:#ff0}#refreshButton.ERROR svg.refresh[data-v-eb280905]{display:none}#refreshButton.ERROR svg.alert[data-v-eb280905]{display:block;fill:#ff4545}#refreshButton.ERROR:hover svg.alert[data-v-eb280905]{display:none}#refreshButton.ERROR:hover svg.refresh[data-v-eb280905]{display:block}@keyframes spin-eb280905{to{transform:rotate(360deg)}}#titleContainer[data-v-eb280905]{padding:15px;font-size:18px;color:#9d9d9d;display:flex;flex-direction:row;gap:10px;font-weight:700}.link[data-v-eb280905]:hover{color:#fff}.main[data-v-7df8231a]{height:calc(100vh - 50px)}@media (max-width: 1000px){.main[data-v-7df8231a]{height:unset}}.status[data-v-7df8231a]{margin:15px}#selectLocation[data-v-7e1e18c5]{margin:15px;padding-bottom:15px;font-size:1.3rem;font-weight:500;border-bottom:2px solid lightgray}.locationType[data-v-7e1e18c5]{flex-basis:100%;font-size:1.1rem;font-weight:500}.locationContainer[data-v-7e1e18c5]{display:flex;gap:15px;margin:15px;padding-bottom:15px;flex-wrap:wrap;border-bottom:1px solid lightgray}.location[data-v-7e1e18c5]{padding:15px;border:1.5px solid #cbd5e1;border-radius:8px;display:flex;flex-direction:column;gap:8px;background-color:#fff;box-shadow:0 1px 2px #0000000d;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.location .locationTitle[data-v-7e1e18c5]{font-weight:500;color:#2d3748}.location .locationDuration[data-v-7e1e18c5]{font-weight:400;font-size:.75rem;color:#718096}.location[data-v-7e1e18c5]:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.card[data-v-0f76dc03]{border:1px solid rgb(192,192,192);background-color:#f0f0f0;transition:background-color 125ms linear;border-radius:10px;padding:5px;text-align:center;box-shadow:3px 3px 3px #d3d3d3}.card[data-v-0f76dc03]:has(.image:hover){background-color:#d0d0d0}.image[data-v-0f76dc03]{width:252px;height:252px;margin:5px;border:1px solid rgb(192,192,192);cursor:pointer}.title[data-v-0f76dc03]{font-size:14px;font-weight:600;margin-bottom:5px;width:250px;margin-left:auto;margin-right:auto;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.subtitle[data-v-0f76dc03]{font-size:12px}.grid[data-v-736a15ca]{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;justify-content:center}.selectMessage[data-v-736a15ca]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.selectMessage>div[data-v-736a15ca]{font-size:48px;text-transform:uppercase;font-weight:500;opacity:10%;-webkit-user-select:none;user-select:none;text-align:center}.expandButton[data-v-1935b973],.listButton[data-v-1935b973]{height:25px;width:25px}.titleContainer[data-v-1935b973]{display:flex;gap:5px;flex-direction:row;align-items:center}.treeContainer[data-v-1935b973]{margin-left:15px}.title[data-v-1935b973]:not(.selectable){cursor:default}.selectable[data-v-1935b973]:hover{cursor:pointer;opacity:50%}.title.visibilityAll[data-v-1935b973]{color:#00c000}.title.visibilitySome[data-v-1935b973]{color:green}.title.visibilityNone[data-v-1935b973]{color:#00f}main[data-v-2fa6d156]{display:flex;flex-direction:row}#sidebar[data-v-2fa6d156]{display:inline-flex;flex-direction:column;padding:15px 15px 5px;min-width:450px;width:fit-content;border-right:2px solid black;overflow-y:auto;flex-shrink:0}#attribution[data-v-2fa6d156]{margin-top:auto;padding-top:10px;padding-bottom:5px;font-size:10px;width:100%;text-align:right;opacity:50%}#previewGrid[data-v-2fa6d156]{padding:30px;display:inline-block;flex-grow:1;overflow-y:auto}@media (max-width: 1000px){main[data-v-2fa6d156]{flex-direction:column}#sidebar[data-v-2fa6d156]{min-width:unset;width:100vw;border-bottom:2px solid black;border-right:unset}}.overlay[data-v-ffa97515]{z-index:999;position:absolute;top:0;bottom:0;left:0;right:0;max-width:100vw;max-height:100vh;background-color:#000000bf;display:flex;justify-content:center;align-items:center;contain:layout}.inner[data-v-ffa97515]{display:grid;grid-template-rows:[top] 50px [center] auto [bottom] 25px;grid-template-columns:[left] 50px [center] auto [right] 50px;-webkit-user-select:none;user-select:none}.button[data-v-ffa97515]{transition:background-color .25s linear;margin:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border-radius:5px}.button svg[data-v-ffa97515]{fill:#ffffffd9;width:30px;height:30px}.button span[data-v-ffa97515]{color:#ffffffd9;font-size:14px;font-weight:700}.button span.subtitle[data-v-ffa97515]{font-size:10px}.button[data-v-ffa97515]:hover{background-color:#fff3}.leftArrow[data-v-ffa97515]{grid-row-start:center;grid-column-start:left}.leftArrow svg[data-v-ffa97515]{margin-bottom:10px}.rightArrow[data-v-ffa97515]{grid-row-start:center;grid-column-start:right}.rightArrow svg[data-v-ffa97515]{margin-bottom:10px}.exit[data-v-ffa97515]{grid-row-start:top;grid-column-start:left}.info[data-v-ffa97515]{grid-row-start:top;grid-column-start:center;color:#ffffffd9;display:flex;flex-direction:row;justify-content:space-evenly;font-size:14px;text-align:center;-webkit-user-select:text;user-select:text}.info>div[data-v-ffa97515]{flex:1;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.info>div>span[data-v-ffa97515]{font-weight:700}@media (max-width: 500px){.info[data-v-ffa97515]{min-width:75px}.info>div.oneitem[data-v-ffa97515]{min-width:unset;width:75px}}.image[data-v-ffa97515]{grid-row-start:center;grid-column-start:center;display:flex;align-items:center;justify-content:center}.image img[data-v-ffa97515]{object-fit:contain;height:min(calc(100vh - 75px),calc(100vw - 100px));width:min(calc(100vh - 75px),calc(100vw - 100px))}@media (max-width: 500px){.info[data-v-ffa97515]{font-size:10px}}
