.archive-page{width:100vw;height:100vh;background:var(--background);background-image:repeating-linear-gradient(90deg,#333333 0,#383838 1px,transparent 0,transparent 400px),repeating-linear-gradient(180deg,#2e2e2e 0,#272727 1px,transparent 0,transparent 400px);background-size:400px 400px;overflow:hidden;position:fixed;top:0;left:0;z-index:10}.archive-page img{max-width:100%;max-height:60vh;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block;margin:0 auto}.container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;overflow:hidden}.container,.gallery{display:flex;align-items:center;justify-content:center}.gallery{flex-direction:row;gap:2vw;width:auto;height:auto}.gallery.grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:3vw 3vw;gap:3vw 3vw;justify-items:center}.gallery.grid,.img{align-items:center;width:auto;height:auto}.img{background:none;box-shadow:none;opacity:1;pointer-events:auto;display:flex;justify-content:center}#drag-layer{position:absolute;top:0;left:0;width:100vw;height:100vh;display:block;touch-action:none;z-index:2}#drag-layer.active{cursor:-webkit-grab;cursor:grab}#drag-layer.active:active{cursor:-webkit-grabbing;cursor:grabbing}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000}.fullscreen-img{max-width:90vw;max-height:90vh;object-fit:contain;box-shadow:0 0 32px 8px rgba(0,0,0,.3);border-radius:8px}.close-btn{position:fixed;top:32px;right:48px;font-size:3rem;color:#fff;background:none;border:none;cursor:pointer;z-index:1001;padding:0 16px;line-height:1}