:root{color-scheme:dark;--bg: #0a0a0a;--fg: #ededed;--fg-muted: #9a9a9a;--border: #262626;--accent: #ededed;--focus: #6ab0ff}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;-webkit-font-smoothing:antialiased}#app{min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.state-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;color:var(--fg-muted)}.state-screen .hint{margin-top:.5rem;font-size:.9rem}.overview{max-width:1400px;margin:0 auto;padding:1.5rem 1rem 3rem}.overview h1{font-size:1.5rem;font-weight:600;margin:0 0 1.25rem}.album-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 640px){.album-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 960px){.album-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1280px){.album-grid{grid-template-columns:repeat(5,1fr)}}.album-card{display:block}.album-card-cover{position:relative;width:100%;aspect-ratio:4 / 3;background:#141414;overflow:hidden;border-radius:4px}.album-card-cover img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease,transform .2s ease}.album-card:hover .album-card-cover img,.album-card:focus-visible .album-card-cover img{opacity:.85;transform:scale(1.02)}.album-card-title{margin-top:.5rem;font-size:.95rem;font-weight:500}.album-card-count{margin-top:.15rem;font-size:.8rem;color:var(--fg-muted)}.section-count{margin:-.5rem 0 1.25rem;font-size:.85rem;color:var(--fg-muted)}.search-wrap{margin-bottom:1.75rem}.search-input{width:100%;max-width:420px;padding:.65rem .9rem;font-size:.95rem;color:var(--fg);background:#141414;border:1px solid var(--border);border-radius:6px;transition:border-color .2s ease}.search-input::placeholder{color:var(--fg-muted)}.search-input:focus-visible{border-color:var(--fg-muted)}.search-status{margin:0 0 1.25rem;font-size:.9rem;color:var(--fg-muted)}.section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.section-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.section-card{display:block}.section-card-cover{position:relative;width:100%;aspect-ratio:1 / 1;background:#141414;overflow:hidden;border-radius:6px}.section-card-cover img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease,transform .2s ease}.section-card:hover .section-card-cover img,.section-card:focus-visible .section-card-cover img{opacity:.85;transform:scale(1.02)}.section-card-title{margin-top:.65rem;font-size:1.1rem;font-weight:600}.section-card-count{margin-top:.2rem;font-size:.85rem;color:var(--fg-muted)}.album-view{max-width:1600px;margin:0 auto;padding:1rem 1rem 3rem}.album-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.album-header-titles{display:flex;flex-direction:column;gap:.35rem;min-width:0}.album-back-link{display:inline-flex;align-items:center;margin:-.7rem 0 .15rem -.7rem;padding:.7rem;font-size:.9rem;color:var(--fg-muted)}.album-back-link:hover,.album-back-link:focus-visible{color:var(--fg)}.album-title{font-size:1.4rem;font-weight:600;margin:0;overflow-wrap:anywhere}.album-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.album-download-button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border:1px solid var(--border);border-radius:4px;font-size:.85rem;transition:border-color .2s ease,background-color .2s ease}.album-download-button:hover{border-color:var(--fg-muted);background:#141414}.album-nav{display:flex;gap:.5rem}.album-nav-link{font-size:.85rem;color:var(--fg-muted);padding:.4rem .6rem;border-radius:4px}.album-nav-link:hover{color:var(--fg);background:#141414}.photo-grid{position:relative}.photo-grid-row{display:flex;gap:var(--grid-gap, 4px);margin-bottom:var(--grid-gap, 4px)}.photo-grid-item{position:relative;overflow:hidden;background:#141414;border-radius:2px;flex:none}.photo-grid-item button{display:block;width:100%;height:100%;padding:0}.photo-grid-item img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease,transform .2s ease}.photo-grid-item img.is-loaded{opacity:1}.photo-grid-item button:hover img,.photo-grid-item button:focus-visible img{transform:scale(1.03)}.pswp__button--download-original-button{display:inline-flex!important;align-items:center!important;gap:.4rem!important;width:auto!important;height:auto!important;overflow:visible!important;padding:.5rem .85rem!important;margin:8px 6px 0 0!important;border:1px solid rgba(237,237,237,.3)!important;border-radius:6px!important;background:#ededed14!important;color:var(--pswp-icon-color)!important;font-size:.85rem!important;white-space:nowrap!important;opacity:1!important}.pswp__button--download-original-button:hover{background:#ededed2e!important;border-color:#ededed80!important}.pswp__button--download-original-button svg{width:18px;height:18px;fill:currentColor;flex:none}.pswp__button--download-original-label{line-height:1}@media (max-width: 480px){.pswp__button--download-original-label{display:none}.pswp__button--download-original-button{padding:.5rem}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
