.fileCard.svelte-tw39kr{list-style:none;background-color:var(--fileBg);position:relative;display:flex;align-items:center;justify-content:center;margin:0}.fileCard.svelte-tw39kr:before{content:"";display:block;padding-top:100%}.fileCard.svelte-tw39kr img:where(.svelte-tw39kr),.fileCard__video.svelte-tw39kr{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fileCard.svelte-tw39kr img:where(.svelte-tw39kr){transition:all 1s cubic-bezier(.19,1,.22,1);opacity:0;object-fit:contain;max-width:100%;max-height:100%}.fileCard__fadeIn.svelte-tw39kr{animation:svelte-tw39kr-fadeIn .2s ease-out;animation-fill-mode:both}.fileCard__video.svelte-tw39kr{flex-direction:column}.fileCard__video.svelte-tw39kr video:where(.svelte-tw39kr){width:100%;object-fit:contain;max-width:100%;max-height:100%}.fileCard__video.svelte-tw39kr a:where(.svelte-tw39kr){display:inline-block;text-decoration:underline;font-family:var(--codeFont);font-size:.8rem;margin-top:.5rem}.fileCard__stl.svelte-tw39kr{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.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{position:absolute;top:0;display:flex;width:100%;gap:.5rem;z-index:2;padding:.5rem;visibility:hidden;opacity:0;transition:all .1s ease-in-out;transition-delay:.4s;justify-content:center}.actions.svelte-tw39kr button:where(.svelte-tw39kr){background-color:var(--fileBg);color:var(--subtle);border:solid 1px var(--bg);box-shadow:0 1px 1px #0000000a,0 2px 2px #0000000f;font-family:var(--codeFont);font-size:.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;text-transform:uppercase;padding:.2rem .5rem}.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{display:flex;flex-direction:column;gap:4px;max-height:98vh;position:fixed;top:1vh;right:.5rem}.histogram__block.svelte-1cmabjf{width:4rem;border:none;background-color:transparent;height:4px;color:var(--fg);display:flex;justify-content:flex-end;cursor:pointer;align-items:center;position:relative;padding:0}.histogram__bar.svelte-1cmabjf{background:var(--visBg);width:4px;height:100%}.histogram__label.svelte-1cmabjf{position:absolute;right:0;padding-right:.5rem;font-size:.6rem;white-space:nowrap;font-family:var(--codeFont);top:50%;transform:translateY(-50%);z-index:1}.histogram__marker.svelte-1cmabjf{visibility:hidden;position:absolute;right:0;font-size:.7rem;white-space:nowrap;font-family:var(--codeFont);background-color:var(--fg);color:var(--bg);padding:.1rem .2rem;display:inline-block;top:50%;transform:translateY(-50%);text-transform:uppercase;z-index:2}.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(max-height:800px){.histogram__chart.svelte-1cmabjf{gap:1px}.histogram__block.svelte-1cmabjf{height:3px}}@media(max-width:768px){.histogram__chart.svelte-1cmabjf{top:5rem;max-height:calc(100vh - 5rem)}}@media(min-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{display:flex;justify-content:space-between;padding-bottom:1rem;align-items:end}.fileList__title.svelte-p9nj35{display:flex;align-items:start;gap:2rem;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{padding-left:0;display:grid;width:100%;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.fileList__skeleton.svelte-p9nj35{background-color:var(--fileBg);aspect-ratio:1}.fileList__filters.svelte-p9nj35{display:flex;gap:1rem;padding-bottom:1rem;align-items:center}.fileList__filterPopover.svelte-p9nj35{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;justify-content:end}.fileList__allLoaded.svelte-p9nj35{animation:svelte-p9nj35-fadein .5s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:1s;opacity:0;text-align:center;padding:2rem;color:var(--subtle)}.fileList__loaderCenter.svelte-p9nj35{display:flex;justify-content:center;align-items:center;width:100%;padding-top:2rem}@keyframes svelte-p9nj35-fadein{to{opacity:1}}@media(max-width:768px){.fileList.svelte-p9nj35{padding-right:0}.fileList__header.svelte-p9nj35{flex-direction:column;align-items:start}.fileList__filters.svelte-p9nj35{flex-direction:column;align-items:start;padding-top:1rem;width:100%}.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}}
