.pp-content{--bleed-edge-width:var(--bleed-edge,0mm);--image-zoom-width:var(--image-zoom,6.2mm);--guide-display:var(--guides-display,block);--guide-border-color:var(--guides-color,#adff2f);--guide-border-color-inverted:var(--guides-color-inverted,red);--guide-border-width:var(--guides-thickness,1px);--image-container-buffer-width:var(--image-container-buffer,var(--guide-border-width));--guide-corner-offset:calc(calc(-.5*var(--guide-border-width)) + calc(var(--bleed-edge-width)*var(--guides-at-bleed-edge,1)))}.pp-page{--item-width:calc(var(--card-width,63mm) + calc(var(--bleed-edge-width)*2) + var(--image-container-buffer-width));--item-height:calc(var(--card-height,88mm) + calc(var(--bleed-edge-width)*2) + var(--image-container-buffer-width));width:var(--page-width,8.5in);height:var(--page-height,11in);background:var(--card);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.pp-grid{grid-template-columns:repeat(var(--grid-columns,3),min-content);text-align:center;justify-content:center;align-items:center;gap:0;row-gap:var(--row-gap);column-gap:var(--column-gap);display:grid}.pp-card{--horizontal-guide-length:calc((var(--page-width) - var(--item-width)*var(--columns-per-page) - var(--column-gap,0px)*(var(--columns-per-page) - 1))/2);--vertical-guide-length:calc((var(--page-height) - var(--item-height)*var(--rows-per-page) - var(--row-gap,0px)*(var(--rows-per-page) - 1))/2);outline-color:#0000;transition:outline-color .1s ease-in-out,opacity .15s;position:relative}.pp-edge{pointer-events:none;display:var(--guide-display);border-color:var(--foreground);z-index:0;border-style:solid;border-width:0;position:absolute}.pp-edge-left{width:var(--horizontal-guide-length);right:100%;top:var(--guide-corner-offset);bottom:var(--guide-corner-offset);border-top-width:var(--guide-border-width);border-bottom-width:var(--guide-border-width)}.pp-edge-right{width:var(--horizontal-guide-length);left:100%;top:var(--guide-corner-offset);bottom:var(--guide-corner-offset);border-top-width:var(--guide-border-width);border-bottom-width:var(--guide-border-width)}.pp-edge-top{height:var(--vertical-guide-length);bottom:100%;left:var(--guide-corner-offset);right:var(--guide-corner-offset);border-left-width:var(--guide-border-width);border-right-width:var(--guide-border-width)}.pp-edge-bottom{height:var(--vertical-guide-length);top:100%;left:var(--guide-corner-offset);right:var(--guide-corner-offset);border-left-width:var(--guide-border-width);border-right-width:var(--guide-border-width)}.pp-image-container{width:var(--item-width,63mm);height:var(--item-height,88mm);border-radius:2mm;justify-content:center;align-items:center;display:flex;overflow:hidden}.pp-card-image{width:calc(var(--card-width,63mm) + var(--image-zoom-width));max-width:unset;object-fit:cover;cursor:pointer;position:relative}.pp-cell-border{top:var(--guide-corner-offset);left:var(--guide-corner-offset);right:var(--guide-corner-offset);bottom:var(--guide-corner-offset);border-color:var(--foreground);border-style:solid;border-width:var(--guide-border-width);pointer-events:none;z-index:0;display:var(--guide-display);position:absolute}.pp-guide{display:var(--guide-display);z-index:100;width:0;height:0;position:absolute;overflow:visible}.pp-guide-horizontal{height:var(--guide-border-width);background-color:var(--guide-border-color);background-image:repeating-linear-gradient(to right,var(--guide-border-color-inverted)0,var(--guide-border-color-inverted)2px,transparent 2px,transparent 4px);position:absolute}.pp-guide-vertical{width:var(--guide-border-width);background-color:var(--guide-border-color);background-image:repeating-linear-gradient(to bottom,var(--guide-border-color-inverted)0,var(--guide-border-color-inverted)2px,transparent 2px,transparent 4px);position:absolute}.pp-guide-top-left{top:var(--guide-corner-offset);left:var(--guide-corner-offset)}.pp-guide-top-left .pp-guide-horizontal{top:0;left:calc(-1*var(--bleed-edge-width));width:calc(var(--bleed-edge-width) + 8px)}.pp-guide-top-left .pp-guide-vertical{top:calc(-1*var(--bleed-edge-width));height:calc(var(--bleed-edge-width) + 8px);left:0}.pp-guide-top-right{top:var(--guide-corner-offset);right:var(--guide-corner-offset)}.pp-guide-top-right .pp-guide-horizontal{top:0;right:calc(-1*var(--bleed-edge-width));width:calc(var(--bleed-edge-width) + 8px)}.pp-guide-top-right .pp-guide-vertical{top:calc(-1*var(--bleed-edge-width));height:calc(var(--bleed-edge-width) + 8px);right:0}.pp-guide-bottom-left{bottom:var(--guide-corner-offset);left:var(--guide-corner-offset)}.pp-guide-bottom-left .pp-guide-horizontal{bottom:0;left:calc(-1*var(--bleed-edge-width));width:calc(var(--bleed-edge-width) + 8px)}.pp-guide-bottom-left .pp-guide-vertical{bottom:calc(-1*var(--bleed-edge-width));height:calc(var(--bleed-edge-width) + 8px);left:0}.pp-guide-bottom-right{bottom:var(--guide-corner-offset);right:var(--guide-corner-offset)}.pp-guide-bottom-right .pp-guide-horizontal{bottom:0;right:calc(-1*var(--bleed-edge-width));width:calc(var(--bleed-edge-width) + 8px)}.pp-guide-bottom-right .pp-guide-vertical{bottom:calc(-1*var(--bleed-edge-width));height:calc(var(--bleed-edge-width) + 8px);right:0}@media (max-height:1079px){.pp-image-list{display:none!important}}.pp-image-list-scroll{scrollbar-gutter:stable;overflow-y:scroll}.pp-slider{appearance:none;background:0 0}.pp-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--primary)var(--slider-fill,100%),var(--muted)var(--slider-fill,100%));border-radius:3px;height:6px}.pp-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;margin-top:-5px}.pp-slider::-moz-range-track{background:linear-gradient(to right,var(--primary)var(--slider-fill,100%),var(--muted)var(--slider-fill,100%));border-radius:3px;height:6px}.pp-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:16px;height:16px}
/*# sourceMappingURL=e3e721b3a3a0ff60.css.map*/