div.svelte-18gt2{width:100%;height:100%;position:relative}canvas.svelte-18gt2{width:100%;height:100%;display:block;position:relative}.stlViewer.svelte-vsehhf{width:100%;max-width:1200px;margin:6rem auto!important}.stlViewer__container.svelte-vsehhf{background-color:var(--bg);border-radius:4px;width:100%;position:relative;overflow:hidden}.stlViewer__loader.svelte-vsehhf{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stlViewer__error.svelte-vsehhf{height:100%;color:var(--subtle);font-family:var(--codeFont);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.stlViewer__error.svelte-vsehhf code:where(.svelte-vsehhf){color:var(--subtle);font-size:.75rem}.stlViewer__caption.svelte-vsehhf{font-size:.875rem;font-family:var(--codeFont);text-align:center;margin-top:.5rem}.fileCard.svelte-tw39kr{background-color:var(--fileBg);justify-content:center;align-items:center;margin:0;list-style:none;display:flex;position:relative}.fileCard.svelte-tw39kr:before{content:"";padding-top:100%;display:block}.fileCard.svelte-tw39kr img:where(.svelte-tw39kr),.fileCard__video.svelte-tw39kr{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.fileCard.svelte-tw39kr img:where(.svelte-tw39kr){opacity:0;object-fit:contain;max-width:100%;max-height:100%;transition:all 1s cubic-bezier(.19,1,.22,1)}.fileCard__fadeIn.svelte-tw39kr{animation:.2s ease-out both svelte-tw39kr-fadeIn}.fileCard__video.svelte-tw39kr{flex-direction:column}.fileCard__video.svelte-tw39kr video:where(.svelte-tw39kr){object-fit:contain;width:100%;max-width:100%;max-height:100%}.fileCard__video.svelte-tw39kr a:where(.svelte-tw39kr){font-family:var(--codeFont);margin-top:.5rem;font-size:.8rem;text-decoration:underline;display:inline-block}.fileCard__stl.svelte-tw39kr{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.fileCard.svelte-tw39kr:hover{background-color:var(--fileHoverBg);z-index:1}.fileCard.svelte-tw39kr:hover .actions:where(.svelte-tw39kr){visibility:visible;opacity:1}.actions.svelte-tw39kr{z-index:2;visibility:hidden;opacity:0;justify-content:center;gap:.5rem;width:100%;padding:.5rem;transition:all .1s ease-in-out .4s;display:flex;position:absolute;top:0}.actions.svelte-tw39kr button:where(.svelte-tw39kr){background-color:var(--fileBg);color:var(--subtle);border:solid 1px var(--bg);font-family:var(--codeFont);cursor:pointer;text-transform:uppercase;justify-content:center;align-items:center;padding:.2rem .5rem;font-size:.8rem;display:flex;box-shadow:0 1px 1px #0000000a,0 2px 2px #0000000f}.actions.svelte-tw39kr button:where(.svelte-tw39kr):hover{color:var(--bg);background-color:var(--fg);text-decoration:underline}.actions.svelte-tw39kr button:where(.svelte-tw39kr):disabled{opacity:.5;cursor:not-allowed}.fileCard--hidden.svelte-tw39kr img:where(.svelte-tw39kr),.fileCard--hidden.svelte-tw39kr video:where(.svelte-tw39kr){opacity:.1!important}@keyframes svelte-tw39kr-fadeIn{0%{opacity:0}to{opacity:1}}.histogram__chart.svelte-1cmabjf{flex-direction:column;gap:4px;max-height:98vh;display:flex;position:fixed;top:1vh;right:.5rem}.histogram__block.svelte-1cmabjf{width:4rem;height:4px;color:var(--fg);cursor:pointer;background-color:#0000;border:none;justify-content:flex-end;align-items:center;padding:0;display:flex;position:relative}.histogram__bar.svelte-1cmabjf{background:var(--visBg);width:4px;height:100%}.histogram__label.svelte-1cmabjf{white-space:nowrap;font-size:.6rem;font-family:var(--codeFont);z-index:1;padding-right:.5rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}.histogram__marker.svelte-1cmabjf{visibility:hidden;white-space:nowrap;font-size:.7rem;font-family:var(--codeFont);background-color:var(--fg);color:var(--bg);text-transform:uppercase;z-index:2;padding:.1rem .2rem;display:inline-block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.histogram__block--active.svelte-1cmabjf .histogram__marker:where(.svelte-1cmabjf){visibility:visible}.histogram__block--active.svelte-1cmabjf .histogram__label:where(.svelte-1cmabjf){visibility:hidden}@media (height<=800px){.histogram__chart.svelte-1cmabjf{gap:1px}.histogram__block.svelte-1cmabjf{height:3px}}@media (width<=768px){.histogram__chart.svelte-1cmabjf{max-height:calc(100vh - 5rem);top:5rem}}@media (width>=768px){.histogram__block.svelte-1cmabjf:hover .histogram__marker:where(.svelte-1cmabjf){visibility:visible}.histogram__block.svelte-1cmabjf:hover .histogram__label:where(.svelte-1cmabjf){visibility:hidden}}.fileList.svelte-p9nj35{padding-right:4rem}.fileList--noHistogram.svelte-p9nj35{padding-right:0}.fileList__header.svelte-p9nj35{background-color:var(--bg);z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:end;margin-top:-4.8rem;padding-top:4.8rem;padding-bottom:1rem;display:flex;position:sticky;top:0}.fileList__title.svelte-p9nj35{align-items:start;gap:2rem;display:flex;margin-bottom:.5rem!important}.fileList__title.svelte-p9nj35 h1:where(.svelte-p9nj35){font-family:var(--displayFont);font-size:3rem;line-height:1.1}.fileList__grid.svelte-p9nj35{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;width:100%;padding-left:0;display:grid}.fileList__skeleton.svelte-p9nj35{background-color:var(--fileBg);aspect-ratio:1}.fileList__filters.svelte-p9nj35{align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.fileList__filterPopover.svelte-p9nj35{justify-content:end;align-items:center;gap:1rem;width:100%;padding-top:1rem;padding-bottom:1rem;display:flex}.fileList__allLoaded.svelte-p9nj35{opacity:0;text-align:center;color:var(--subtle);padding:2rem;animation:.5s 1s forwards svelte-p9nj35-fadein}@keyframes svelte-p9nj35-fadein{to{opacity:1}}@media (width<=768px){.fileList__header.svelte-p9nj35{flex-direction:column;align-items:start;margin-top:-3rem;padding-top:3rem;position:static}.fileList__filters.svelte-p9nj35{flex-direction:column;align-items:start;width:100%;padding-top:1rem}.fileList__filters.svelte-p9nj35 input:where(.svelte-p9nj35),.fileList__filters.svelte-p9nj35 button:where(.svelte-p9nj35){width:100%}.fileList__filterPopover.svelte-p9nj35{flex-direction:column;align-items:start;width:100%}.fileList__filterPopover.svelte-p9nj35 input[type=date]:where(.svelte-p9nj35),.fileList__filterPopover.svelte-p9nj35 select:where(.svelte-p9nj35){width:100%}.fileList__grid.svelte-p9nj35{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}
