.workspace-photos-page{max-width:64rem}.workspace-photos-page__header{margin-bottom:1.75rem}.workspace-photos-page__title{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.workspace-photos-page__lede{max-width:34rem;color:var(--muted-foreground);text-wrap:pretty;margin:.4rem 0 0;font-size:.9375rem;line-height:1.5}@media (width>=768px){.workspace-photos-page__title{font-size:1.5rem}}.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width>=640px){.photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}}@media (width>=960px){.photo-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.photo-gallery__item{aspect-ratio:4/3;border:1px solid color-mix(in oklab, var(--accent-foreground) 10%, transparent);border-radius:calc(var(--shell-radius,.5rem) + .15rem);background:color-mix(in oklab, var(--background) 88%, transparent);box-shadow:var(--shell-shadow-soft);cursor:pointer;margin:0;padding:0;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,border-color .28s;display:block;position:relative;overflow:hidden}.photo-gallery__item:hover,.photo-gallery__item:focus-visible{z-index:1;border-color:color-mix(in oklab, var(--accent-foreground) 18%, transparent);box-shadow:var(--shell-shadow-lift);outline:none;transform:translateY(-.18rem)}.photo-gallery__item:focus-visible{outline:2px solid color-mix(in oklab, var(--system-accent) 55%, transparent);outline-offset:3px}.photo-gallery__item img{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .42s cubic-bezier(.22,1,.36,1);display:block;transform:scale(1.01)}.photo-gallery__item:hover img,.photo-gallery__item:focus-visible img{transform:scale(1.045)}[data-theme=dark] .photo-gallery__item{background:color-mix(in oklab, var(--background) 72%, transparent);border-color:#ffffff1a}.photo-gallery-lightbox{z-index:200;-webkit-backdrop-filter:blur(10px);background:oklab(0% none none/.72);justify-content:center;align-items:center;padding:1.25rem;animation:.18s photo-gallery-lightbox-in;display:flex;position:fixed;inset:0}.photo-gallery-lightbox__frame{border-radius:calc(var(--shell-radius,.5rem) + .15rem);background:#0a0a0a;max-width:min(100%,72rem);max-height:90vh;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000059,0 0 0 1px #ffffff14}.photo-gallery-lightbox__frame img{object-fit:contain;background:#0a0a0a;width:auto;max-width:100%;height:auto;max-height:90vh;display:block}.photo-gallery-lightbox__close{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#00000073;border:0;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background-color .16s;display:inline-flex;position:absolute;top:.7rem;right:.7rem}.photo-gallery-lightbox__close:hover,.photo-gallery-lightbox__close:focus-visible{background:#000000a6;outline:none}.photo-gallery-lightbox__nav{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#0006;border:0;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .16s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.photo-gallery-lightbox__nav:hover,.photo-gallery-lightbox__nav:focus-visible{background:#0000009e;outline:none}.photo-gallery-lightbox__nav--prev{left:.7rem}.photo-gallery-lightbox__nav--next{right:.7rem}.photo-gallery-lightbox__count{color:#ffffffe0;font-variant-numeric:tabular-nums;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);background:#00000073;border-radius:999px;margin:0;padding:.25rem .65rem;font-size:.75rem;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}@keyframes photo-gallery-lightbox-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.photo-gallery__item,.photo-gallery__item img,.photo-gallery-lightbox{transition:none;animation:none}.photo-gallery__item:hover,.photo-gallery__item:focus-visible,.photo-gallery__item:hover img,.photo-gallery__item:focus-visible img{transform:none}}@media (width<=640px){.photo-gallery-lightbox__nav{width:2.15rem;height:2.15rem}.workspace-photos-page{padding-bottom:2.5rem}}
