.gallery-scope{--font-ui:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:var(--font-geist-mono),ui-monospace,"SF Mono","JetBrains Mono","Roboto Mono",Consolas,monospace;--font-cjk:"LXGW WenKai","Noto Serif SC","Source Han Serif SC",serif;--font-display:"LXGW WenKai","Noto Serif SC","Source Han Serif SC",serif;--gallery-bg:oklch(0.99 0.003 270);--gallery-surface:oklch(0.98 0.004 270);--gallery-card:oklch(1 0 0);--gallery-fg:oklch(0.22 0.01 270);--gallery-muted:oklch(0.55 0.01 270);--gallery-mutedSoft:oklch(0.72 0.005 270);--gallery-border:oklch(0.92 0 286.61);--gallery-borderStrong:oklch(0.86 0.005 286);--gallery-hover:oklch(0.96 0.005 270);--gallery-accent:oklch(0.66 0.13 70);--gallery-accent-fg:oklch(1 0 0);--gallery-accent-soft:oklch(0.94 0.04 78);--gallery-accent-strong:oklch(0.58 0.14 65);--gallery-accent-ring:color-mix(in oklch,var(--gallery-accent) 30%,transparent);--gallery-danger:oklch(0.62 0.2 27);--gallery-danger-soft:oklch(0.95 0.03 27);--gallery-success:oklch(0.65 0.16 152);--gallery-radius-sm:0.375rem;--gallery-radius:0.625rem;--gallery-radius-lg:1rem;--gallery-radius-pill:999px;--gallery-shadow-card:0 1px 2px 0 oklch(0.2 0 270/0.04);--gallery-shadow-hover:0 6px 16px -4px oklch(0.2 0 270/0.08),0 2px 4px -2px oklch(0.2 0 270/0.04);--gallery-shadow-lightbox:0 24px 48px -12px oklch(0.1 0 270/0.4);--gallery-ease-out:cubic-bezier(0.16,1,0.3,1);--gallery-ease-in:cubic-bezier(0.7,0,0.84,0);--gallery-duration-fast:150ms;--gallery-duration:220ms;--gallery-duration-slow:350ms;--gallery-gap-tight:4px;--gallery-gap:8px;--gallery-gap-loose:16px;--gallery-thumb-compact:120px;--gallery-thumb-comfortable:160px;--gallery-thumb-large:220px;--gallery-text-xs:12px;--gallery-text-sm:13px;--gallery-text-base:16px;--gallery-text-lg:18px;--gallery-text-xl:20px;--gallery-text-2xl:24px;--gallery-text-3xl:32px;--gallery-text-hero:48px;--gallery-tracking-tight:-0.01em;--gallery-tracking-normal:0;--gallery-tracking-wide:0.04em;--gallery-tracking-wider:0.08em;--gallery-tracking-widest:0.14em;font-family:var(--font-ui);color:var(--gallery-fg)}.gallery-scope [data-gallery-theme=dark],.gallery-scope[data-gallery-theme=dark]{--gallery-bg:oklch(0.08 0 0);--gallery-surface:oklch(0.12 0 0);--gallery-card:oklch(0.16 0 0);--gallery-fg:oklch(0.96 0 0);--gallery-muted:oklch(0.7 0.005 270);--gallery-mutedSoft:oklch(0.55 0.005 270);--gallery-border:oklch(0.24 0 0);--gallery-borderStrong:oklch(0.32 0 0);--gallery-hover:oklch(0.2 0 0);--gallery-shadow-card:0 1px 2px 0 oklch(0 0 0/0.5);--gallery-shadow-hover:0 8px 24px -6px oklch(0 0 0/0.6);--gallery-shadow-lightbox:0 32px 64px -12px oklch(0 0 0/0.8);color:var(--gallery-fg)}.gallery-scope .gallery-text-cjk{font-family:var(--font-cjk);font-feature-settings:"palt"}.gallery-scope .gallery-text-mono{font-family:var(--font-mono);font-feature-settings:"tnum","cv01"}.gallery-scope .gallery-text-ui{font-family:var(--font-ui)}.gallery-scope :focus-visible{outline:2px solid var(--gallery-accent);outline-offset:2px;border-radius:var(--gallery-radius-sm)}@media(prefers-reduced-motion:reduce){.gallery-scope *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.gallery-scope .gallery-archive-stats{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;padding:0 .25rem;font-family:var(--font-mono);font-size:var(--gallery-text-sm);color:var(--gallery-muted)}.gallery-scope .gallery-archive-stats__count{display:inline-flex;align-items:baseline;gap:.4rem;font-variant-numeric:tabular-nums;color:var(--gallery-fg);font-weight:500}.gallery-scope .gallery-archive-stats__of{color:var(--gallery-muted);font-weight:400}.gallery-scope .gallery-archive-stats__label{margin-left:.4rem;text-transform:lowercase;letter-spacing:var(--gallery-tracking-wide);color:var(--gallery-muted)}.gallery-scope .gallery-archive-stats__filtered{font-size:var(--gallery-text-xs);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wider);color:var(--gallery-accent);font-weight:500;padding:.15rem .5rem;border:1px solid var(--gallery-accent-ring);border-radius:var(--gallery-radius-pill)}.gallery-scope .gallery-archive-empty{padding:3.5rem 1.5rem;text-align:center;font-family:var(--font-cjk);font-size:var(--gallery-text-base);color:var(--gallery-muted);border:1px dashed var(--gallery-border);border-radius:var(--gallery-radius-lg);background:var(--gallery-surface)}.gallery-scope .gallery-archive-grid{display:grid;align-items:stretch;gap:1.5rem;grid-auto-rows:1fr;grid-template-columns:1fr}@media(min-width:768px){.gallery-scope .gallery-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}}@media(min-width:1280px){.gallery-scope .gallery-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.gallery-scope .gallery-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:0;overflow:visible;cursor:pointer;transition:transform var(--gallery-duration) var(--gallery-ease-out),border-color var(--gallery-duration) var(--gallery-ease-out),box-shadow var(--gallery-duration) var(--gallery-ease-out);will-change:transform}.gallery-scope .gallery-card:before{content:"";position:absolute;top:0;left:0;z-index:2;width:3rem;height:1px;background:var(--gallery-accent);opacity:.72;transition:width var(--gallery-duration) var(--gallery-ease-out)}.gallery-scope .gallery-card:hover{transform:translateY(-2px);box-shadow:none}.gallery-scope .gallery-card:hover:before{width:4.25rem}.gallery-scope .gallery-card--framed,.gallery-scope .gallery-card--paper{border-radius:var(--gallery-radius-lg);overflow:hidden}.gallery-scope .gallery-card--paper{background:color-mix(in oklch,var(--gallery-card) 72%,transparent);border-color:var(--gallery-border);box-shadow:var(--gallery-shadow-card)}.gallery-scope .gallery-card--framed{background:var(--gallery-card);border-color:var(--gallery-borderStrong);box-shadow:var(--gallery-shadow-card)}.gallery-scope .gallery-card--framed:hover,.gallery-scope .gallery-card--paper:hover{border-color:color-mix(in oklch,var(--gallery-accent) 38%,var(--gallery-borderStrong));box-shadow:var(--gallery-shadow-hover)}.gallery-scope .gallery-card:hover .gallery-card__image{transform:scale(1.03)}.gallery-scope .gallery-card:focus-within{border-color:var(--gallery-accent);box-shadow:0 0 0 3px var(--gallery-accent-ring)}.gallery-scope .gallery-card__cover{position:relative;width:100%;aspect-ratio:16/11;overflow:hidden;background:var(--gallery-surface);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius)}.gallery-scope .gallery-card__cover:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,oklch(0 0 0/.16),transparent 42%),linear-gradient(180deg,oklch(1 0 0/.16),transparent 28%);opacity:0;transition:opacity var(--gallery-duration) var(--gallery-ease-out)}.gallery-scope .gallery-card--framed .gallery-card__cover,.gallery-scope .gallery-card--paper .gallery-card__cover{border:0;border-radius:0}.gallery-scope .gallery-card__image{-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--gallery-ease-out)}.gallery-scope .gallery-card:hover .gallery-card__cover:after{opacity:1}.gallery-scope .gallery-card__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,oklch(.92 .01 270),oklch(.88 .02 78))}.gallery-scope .gallery-card__body{display:flex;flex-direction:column;flex:1;gap:.65rem;min-height:13.75rem;padding:1.05rem 0 0}.gallery-scope .gallery-card--framed .gallery-card__body,.gallery-scope .gallery-card--paper .gallery-card__body{padding:1.1rem 1.25rem 1.25rem}.gallery-scope .gallery-card__metaTop{display:inline-flex;align-items:baseline;gap:.45rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wider);text-transform:uppercase;color:var(--gallery-muted);font-variant-numeric:tabular-nums}.gallery-scope .gallery-card__metaCount{color:var(--gallery-accent);font-weight:500}.gallery-scope .gallery-card__metaDot{opacity:.5}.gallery-scope .gallery-card__title{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-xl);font-weight:600;line-height:1.3;color:var(--gallery-fg);letter-spacing:var(--gallery-tracking-tight);min-height:calc(var(--gallery-text-xl)*1.3*2);overflow-wrap:anywhere}@media(min-width:768px){.gallery-scope .gallery-card__title{font-size:22px;min-height:57.2px}}.gallery-scope .gallery-card__titleLink{color:inherit;text-decoration:none;outline:none}.gallery-scope .gallery-card__titleLink:after{content:"";position:absolute;inset:0}.gallery-scope .gallery-card__titleLink:focus-visible{text-decoration:underline;text-decoration-color:var(--gallery-accent);text-underline-offset:4px}.gallery-scope .gallery-card__subtitle{font-size:var(--gallery-text-base);color:var(--gallery-muted);line-height:1.55;min-height:calc(var(--gallery-text-base)*1.55);-webkit-line-clamp:1}.gallery-scope .gallery-card__desc,.gallery-scope .gallery-card__subtitle{margin:0;font-family:var(--font-cjk);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.gallery-scope .gallery-card__desc{font-size:var(--gallery-text-sm);color:var(--gallery-mutedSoft);line-height:1.6;min-height:calc(var(--gallery-text-sm)*1.6*2);-webkit-line-clamp:2}.gallery-scope .gallery-card__placeholderText{visibility:hidden}.gallery-scope .gallery-card__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;padding-top:.35rem;font-family:var(--font-mono);font-size:var(--gallery-text-sm);letter-spacing:var(--gallery-tracking-wide);text-transform:lowercase;color:var(--gallery-accent);font-weight:500;pointer-events:none;transition:gap var(--gallery-duration) var(--gallery-ease-out)}.gallery-scope .gallery-card:hover .gallery-card__cta{gap:.6rem}.gallery-scope .gallery-card__ctaArrow{font-size:var(--gallery-text-base);line-height:1}.gallery-scope .gallery-archive-pagination{margin-top:3rem}.gallery-scope.gallery-lightbox{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,oklch(.1 0 0) 0,oklch(.06 0 0) 60%,oklch(.03 0 0) 100%);color:var(--gallery-fg);overflow:hidden;animation:gallery-lb-enter .22s var(--gallery-ease-out);will-change:opacity,transform}.gallery-scope.gallery-lightbox.is-closing{animation:gallery-lb-exit .2s var(--gallery-ease-in);animation-fill-mode:forwards}@keyframes gallery-lb-enter{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes gallery-lb-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.gallery-scope .gallery-lightbox__topBar{position:absolute;top:0;right:0;left:0;z-index:100;display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:calc(1rem + env(safe-area-inset-top, 0px)) 1.25rem 1rem;pointer-events:none}.gallery-scope .gallery-lightbox__counter{pointer-events:auto;display:inline-flex;align-items:baseline;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wider);text-transform:lowercase;color:var(--gallery-muted);font-variant-numeric:tabular-nums;padding:.4rem .7rem;background:oklch(0 0 0/.32);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);backdrop-filter:blur(8px)}.gallery-scope .gallery-lightbox__counterNum{color:var(--gallery-fg);font-weight:500}.gallery-scope .gallery-lightbox__counterSep{color:var(--gallery-mutedSoft);opacity:.6}.gallery-scope .gallery-lightbox__counterTotal{color:var(--gallery-muted)}.gallery-scope .gallery-lightbox__close{pointer-events:auto;display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wider);text-transform:lowercase;color:var(--gallery-fg);background:rgba(0,0,0,0);border:none;padding:.45rem .8rem;border-radius:var(--gallery-radius-pill);cursor:pointer;transition:background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__close>span:first-child{font-size:var(--gallery-text-lg);line-height:1}.gallery-scope .gallery-lightbox__close:hover{background:oklch(1 0 0/.08)}.gallery-scope .gallery-lightbox__closeLabel{font-family:var(--font-mono)}.gallery-scope .gallery-lightbox__zoomIsland{position:absolute;top:calc(1rem + env(safe-area-inset-top, 0px));left:1.25rem;z-index:100;display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .55rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);background:oklch(0 0 0/.32);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);backdrop-filter:blur(8px)}.gallery-scope .gallery-lightbox__zoomBtn,.gallery-scope .gallery-lightbox__zoomReset{font-family:var(--font-mono);font-size:var(--gallery-text-sm);color:var(--gallery-fg);background:rgba(0,0,0,0);border:none;padding:.2rem .5rem;border-radius:var(--gallery-radius-sm);cursor:pointer;line-height:1;transition:background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__zoomBtn:hover:not(:disabled),.gallery-scope .gallery-lightbox__zoomReset:hover:not(:disabled){background:oklch(1 0 0/.08)}.gallery-scope .gallery-lightbox__zoomBtn:disabled,.gallery-scope .gallery-lightbox__zoomReset:disabled{opacity:.35;cursor:not-allowed}.gallery-scope .gallery-lightbox__zoomLabel{min-width:3.25rem;text-align:center;font-variant-numeric:tabular-nums;color:var(--gallery-fg);font-weight:500}.gallery-scope .gallery-lightbox__zoomSep{color:var(--gallery-mutedSoft);opacity:.4;padding:0 .15rem}.gallery-scope .gallery-lightbox__zoomReset{text-transform:lowercase;letter-spacing:var(--gallery-tracking-wider);color:var(--gallery-muted)}.gallery-scope .gallery-lightbox__nav{position:absolute;top:50%;z-index:95;transform:translateY(-50%);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:1;color:var(--gallery-fg);background:oklch(0 0 0/.32);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);backdrop-filter:blur(8px);cursor:pointer;transition:background var(--gallery-duration-fast) var(--gallery-ease-out),transform var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__nav:hover{background:oklch(1 0 0/.1);transform:translateY(-50%) scale(1.05)}.gallery-scope .gallery-lightbox__nav--prev{left:.75rem}@media(min-width:640px){.gallery-scope .gallery-lightbox__nav--prev{left:1.5rem}}.gallery-scope .gallery-lightbox__nav--next{right:.75rem}@media(min-width:640px){.gallery-scope .gallery-lightbox__nav--next{right:1.5rem}}.gallery-scope .gallery-lightbox__progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:oklch(1 0 0/.08);z-index:80;pointer-events:none}.gallery-scope .gallery-lightbox__progressFill{height:100%;background:var(--gallery-accent);transform-origin:left center;transition:transform .24s var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__progressFill--pulse{animation:gallery-lb-progress-pulse .32s var(--gallery-ease-out)}@keyframes gallery-lb-progress-pulse{0%{filter:brightness(1);box-shadow:0 0 0 0 rgba(0,0,0,0)}40%{filter:brightness(1.45);box-shadow:0 0 8px 1px var(--gallery-accent-ring)}to{filter:brightness(1);box-shadow:0 0 0 0 rgba(0,0,0,0)}}.gallery-scope .gallery-lightbox__stage{position:relative;width:100%;height:100%;overflow:hidden;background:rgba(0,0,0,0)}.gallery-scope .gallery-lightbox__slideTrack{position:absolute;inset:0}.gallery-scope .gallery-lightbox__slideTrack--from-right{animation:gallery-lb-slide-from-right .28s var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__slideTrack--from-left{animation:gallery-lb-slide-from-left .28s var(--gallery-ease-out)}@keyframes gallery-lb-slide-from-right{0%{opacity:0;transform:translateX(56px)}to{opacity:1;transform:translateX(0)}}@keyframes gallery-lb-slide-from-left{0%{opacity:0;transform:translateX(-56px)}to{opacity:1;transform:translateX(0)}}.gallery-scope .gallery-lightbox__imageWrap{position:absolute;inset:0}.gallery-scope .gallery-lightbox__image{-o-object-fit:contain;object-fit:contain}.gallery-scope .gallery-lightbox__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-cjk);font-size:var(--gallery-text-base);color:var(--gallery-muted)}.gallery-scope .gallery-lightbox__nav,.gallery-scope .gallery-lightbox__topBar,.gallery-scope .gallery-lightbox__zoomIsland{transition:opacity .4s var(--gallery-ease-out),background var(--gallery-duration-fast) var(--gallery-ease-out),transform var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope.gallery-lightbox--controls-hidden .gallery-lightbox__topBar,.gallery-scope.gallery-lightbox--controls-hidden .gallery-lightbox__zoomIsland{opacity:.18}.gallery-scope.gallery-lightbox--controls-hidden .gallery-lightbox__nav{opacity:0;pointer-events:none}.gallery-scope .gallery-lightbox__panel{position:absolute;left:0;right:0;bottom:0;z-index:90;background:oklch(.17 .008 70/.92);border-top:1px solid var(--gallery-border);backdrop-filter:blur(20px);transition:max-height var(--gallery-duration-slow) var(--gallery-ease-out);padding-bottom:env(safe-area-inset-bottom,0);max-height:calc(64px + env(safe-area-inset-bottom, 0px))}.gallery-scope .gallery-lightbox__panel--expanded{max-height:min(50vh,480px);max-height:min(50dvh,480px)}.gallery-scope .gallery-lightbox__panelBar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;min-height:64px}.gallery-scope .gallery-lightbox__panelBarLeft{flex:1;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;overflow:hidden}.gallery-scope .gallery-lightbox__panelTitle{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-lg);font-weight:600;color:var(--gallery-fg);letter-spacing:var(--gallery-tracking-tight);line-height:1.6;word-break:break-word;overflow-wrap:anywhere}.gallery-scope .gallery-lightbox__panelDate{font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wider);text-transform:uppercase;color:var(--gallery-muted);font-variant-numeric:tabular-nums;padding:.15rem .5rem;border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill)}.gallery-scope .gallery-lightbox__panelSummary{display:none}.gallery-scope .gallery-lightbox__subject{margin:0;display:flex;align-items:baseline;gap:.5rem;font-family:var(--font-cjk);font-size:var(--gallery-text-sm);line-height:1.6;color:var(--gallery-muted);word-break:break-word;overflow-wrap:anywhere}.gallery-scope .gallery-lightbox__subjectLabel{flex-shrink:0;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);text-transform:uppercase;color:var(--gallery-accent);border:1px solid var(--gallery-accent-ring);border-radius:var(--gallery-radius-pill);padding:.1rem .45rem}.gallery-scope .gallery-lightbox__subjectText{min-width:0}.gallery-scope .gallery-lightbox__panelHint{font-family:var(--font-cjk);font-size:var(--gallery-text-sm);color:var(--gallery-muted);display:inline-flex;align-items:baseline;gap:.35rem}.gallery-scope .gallery-lightbox__panelHint.gallery-text-mono{font-family:var(--font-mono);text-transform:lowercase;font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide)}.gallery-scope .gallery-lightbox__panelHint>span:first-child{opacity:.4}.gallery-scope .gallery-lightbox__panelToggle{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wider);text-transform:lowercase;color:var(--gallery-fg);background:oklch(1 0 0/.05);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);padding:.35rem .75rem;cursor:pointer;flex-shrink:0;transition:background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-lightbox__panelToggle:hover{background:oklch(1 0 0/.1)}.gallery-scope .gallery-lightbox__panelToggleLabel{font-family:var(--font-mono)}.gallery-scope .gallery-lightbox__panelBody{display:grid;gap:2rem;grid-template-columns:1fr;padding:0 1.25rem 1.5rem;overflow-y:auto;max-height:calc(50vh - 64px);max-height:calc(50dvh - 64px)}@media(min-width:768px){.gallery-scope .gallery-lightbox__panelBody{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);padding:0 2rem 2rem}}.gallery-scope .gallery-lightbox__panelMain{display:flex;flex-direction:column;gap:1rem;min-width:0;animation:gallery-lb-fade-up .28s var(--gallery-ease-out) 40ms backwards}.gallery-scope .gallery-lightbox__panelSide{animation:gallery-lb-fade-up .28s var(--gallery-ease-out) .12s backwards}.gallery-scope .gallery-lightbox__panelSide .gallery-lightbox__sideBlock:nth-of-type(2){animation:gallery-lb-fade-up .28s var(--gallery-ease-out) .18s backwards}@keyframes gallery-lb-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.gallery-scope .gallery-lightbox__desc{font-family:var(--font-cjk);font-size:var(--gallery-text-base);line-height:1.75;color:oklch(.85 0 0)}.gallery-scope .gallery-lightbox__desc p{margin:0 0 .75em}.gallery-scope .gallery-lightbox__customText{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-base);line-height:1.7;color:var(--gallery-muted);white-space:pre-line;border-left:2px solid var(--gallery-border);padding-left:1rem}.gallery-scope .gallery-lightbox__tags{display:flex;flex-wrap:wrap;gap:.4rem}.gallery-scope .gallery-lightbox__tag{display:inline-flex;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);text-transform:lowercase;color:var(--gallery-muted);background:oklch(1 0 0/.04);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);padding:.2rem .6rem}.gallery-scope .gallery-lightbox__panelSide{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.gallery-scope .gallery-lightbox__sideBlock{display:flex;flex-direction:column;gap:.6rem;padding:.9rem 1rem;background:oklch(1 0 0/.05);border:1px solid color-mix(in oklch,var(--gallery-accent) 6%,var(--gallery-border));border-radius:var(--gallery-radius)}.gallery-scope .gallery-lightbox__sideHeading{margin:0;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-widest);text-transform:uppercase;color:var(--gallery-mutedSoft);font-weight:500}.gallery-scope .gallery-lightbox__locSegments{display:flex;flex-wrap:wrap;gap:.35rem}.gallery-scope .gallery-lightbox__locSegment{font-family:var(--font-cjk);font-size:var(--gallery-text-sm);color:var(--gallery-fg);background:oklch(1 0 0/.05);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);padding:.18rem .55rem}.gallery-scope .gallery-lightbox__locText{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-sm);color:var(--gallery-fg)}.gallery-scope .gallery-lightbox__coordList,.gallery-scope .gallery-lightbox__exifList{margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);font-variant-numeric:tabular-nums}.gallery-scope .gallery-lightbox__coordList>div,.gallery-scope .gallery-lightbox__exifList>div{display:grid;grid-template-columns:64px 1fr;gap:.5rem;align-items:baseline}.gallery-scope .gallery-lightbox__coordList dt,.gallery-scope .gallery-lightbox__exifList dt{margin:0;text-transform:lowercase;letter-spacing:var(--gallery-tracking-wide);color:var(--gallery-muted)}.gallery-scope .gallery-lightbox__coordList dd,.gallery-scope .gallery-lightbox__exifList dd{margin:0;color:var(--gallery-fg);word-break:break-word}.gallery-scope .gallery-stream-hero{isolation:isolate}.gallery-scope .gallery-stream-hero__content{position:relative}.gallery-scope .gallery-stream-hero__copy,.gallery-scope .gallery-stream-hero__footer{min-width:0}.gallery-scope .gallery-stream-hero__eyebrow{font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-widest);text-transform:uppercase;color:oklch(1 0 0/.78);font-weight:500}.gallery-scope .gallery-stream-hero__title{font-family:var(--font-cjk);font-weight:600;font-size:36px;line-height:1.15;letter-spacing:var(--gallery-tracking-tight);color:oklch(1 0 0);margin:0;text-shadow:0 2px 24px oklch(0 0 0/.4)}@media(min-width:768px){.gallery-scope .gallery-stream-hero__title{font-size:56px}}@media(min-width:1024px){.gallery-scope .gallery-stream-hero__title{font-size:64px}}.gallery-scope .gallery-stream-hero__subtitle{font-family:var(--font-cjk);font-size:var(--gallery-text-lg);color:oklch(1 0 0/.85);line-height:1.6;margin:0;max-width:38rem}.gallery-scope .gallery-stream-hero__summary{font-family:var(--font-cjk);font-size:var(--gallery-text-base);color:oklch(1 0 0/.75);line-height:1.75;margin:0;max-width:38rem}.gallery-scope .gallery-stream-hero__meta{display:flex;flex-wrap:wrap;gap:2.5rem;margin:0}.gallery-scope .gallery-stream-hero__metaItem{display:flex;flex-direction:column;gap:.4rem}.gallery-scope .gallery-stream-hero__metaItem dt{font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:uppercase;letter-spacing:var(--gallery-tracking-wider);color:oklch(1 0 0/.6);margin:0}.gallery-scope .gallery-stream-hero__metaItem dd{font-family:var(--font-mono);font-size:var(--gallery-text-2xl);font-variant-numeric:tabular-nums;color:oklch(1 0 0);margin:0;font-weight:500;letter-spacing:var(--gallery-tracking-tight)}.gallery-scope .gallery-stream-hero__cta{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wider);padding:.55rem 1rem;color:oklch(1 0 0);background:oklch(1 0 0/.08);border:1px solid oklch(1 0 0/.22);border-radius:var(--gallery-radius-pill);cursor:pointer;backdrop-filter:blur(8px);transition:background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-stream-hero__cta:hover{background:oklch(1 0 0/.18)}.gallery-scope .gallery-featured{display:flex;flex-direction:column;gap:1rem}.gallery-scope .gallery-featured__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.gallery-scope .gallery-featured__title{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-xl);font-weight:600;color:var(--gallery-fg);letter-spacing:var(--gallery-tracking-tight)}.gallery-scope .gallery-featured__label{font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:uppercase;letter-spacing:var(--gallery-tracking-widest);color:var(--gallery-muted)}.gallery-scope .gallery-featured__row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--gallery-border) rgba(0,0,0,0);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-scope .gallery-featured__row::-webkit-scrollbar{height:6px}.gallery-scope .gallery-featured__row::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.gallery-scope .gallery-featured__row::-webkit-scrollbar-thumb{background:var(--gallery-border);border-radius:3px}.gallery-scope .gallery-featured-card{position:relative;flex-shrink:0;width:240px;display:flex;flex-direction:column;gap:.6rem;scroll-snap-align:start;background:rgba(0,0,0,0);border:none;padding:0;text-align:left;cursor:pointer}.gallery-scope .gallery-featured-card__image{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;border-radius:var(--gallery-radius);background:var(--gallery-surface);transition:transform var(--gallery-duration) var(--gallery-ease-out)}.gallery-scope .gallery-featured-card:hover .gallery-featured-card__image{transform:translateY(-3px)}.gallery-scope .gallery-featured-card__image img{-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--gallery-ease-out)}.gallery-scope .gallery-featured-card:hover .gallery-featured-card__image img{transform:scale(1.04)}.gallery-scope .gallery-featured-card__body{display:flex;flex-direction:column;gap:.25rem;padding:0 .15rem}.gallery-scope .gallery-featured-card__title{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-base);font-weight:500;color:var(--gallery-fg);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.gallery-scope .gallery-featured-card__meta{display:flex;align-items:baseline;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);text-transform:lowercase;color:var(--gallery-muted);font-variant-numeric:tabular-nums}.gallery-scope .gallery-featured-card__metaDot{opacity:.5}.gallery-scope .gallery-view-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.gallery-scope .gallery-view-switcher{display:inline-flex;align-items:center;gap:.15rem;padding:.2rem;background:var(--gallery-surface);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill)}.gallery-scope .gallery-view-switcher__btn{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wider);padding:.4rem .85rem;background:rgba(0,0,0,0);border:none;border-radius:var(--gallery-radius-pill);color:var(--gallery-muted);cursor:pointer;transition:color var(--gallery-duration-fast) var(--gallery-ease-out),background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-view-switcher__btn:hover:not(:disabled){color:var(--gallery-fg);background:var(--gallery-hover)}.gallery-scope .gallery-view-switcher__btn:disabled{opacity:.35;cursor:not-allowed}.gallery-scope .gallery-view-switcher__btn--active{color:var(--gallery-accent);background:var(--gallery-accent-soft);font-weight:500}.gallery-scope .gallery-tag-chips{display:flex;flex-wrap:wrap;gap:.35rem}.gallery-scope .gallery-tag-chip{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wide);padding:.3rem .75rem;background:rgba(0,0,0,0);color:var(--gallery-muted);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);cursor:pointer;transition:color var(--gallery-duration-fast) var(--gallery-ease-out),border-color var(--gallery-duration-fast) var(--gallery-ease-out),background var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-tag-chip:hover{color:var(--gallery-fg);border-color:var(--gallery-borderStrong)}.gallery-scope .gallery-tag-chip--active{color:var(--gallery-accent);background:var(--gallery-accent-soft);border-color:color-mix(in oklch,var(--gallery-accent) 40%,var(--gallery-border));font-weight:500}.gallery-scope .gallery-empty{padding:3.5rem 1.5rem;text-align:center;font-family:var(--font-cjk);font-size:var(--gallery-text-base);color:var(--gallery-muted);border:1px dashed var(--gallery-border);border-radius:var(--gallery-radius-lg);background:var(--gallery-surface)}.gallery-scope .gallery-load-more{display:flex;justify-content:center;padding-top:1.5rem}.gallery-scope .gallery-load-more__btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:var(--gallery-text-sm);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wide);padding:.65rem 1.4rem;background:var(--gallery-card);color:var(--gallery-fg);border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);cursor:pointer;transition:background var(--gallery-duration-fast) var(--gallery-ease-out),border-color var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-load-more__btn:hover:not(:disabled){background:var(--gallery-hover);border-color:var(--gallery-borderStrong)}.gallery-scope .gallery-load-more__btn:disabled{opacity:.5;cursor:not-allowed}.gallery-scope .gallery-photo-grid{width:100%}.gallery-scope .gallery-photo-card{position:relative;display:block;width:100%;background:rgba(0,0,0,0);border:none;padding:0;text-align:left;cursor:pointer;overflow:hidden;border-radius:var(--gallery-radius);transition:transform var(--gallery-duration) var(--gallery-ease-out)}.gallery-scope .gallery-photo-card--masonry{margin-bottom:var(--gallery-gap-tight);-moz-column-break-inside:avoid;break-inside:avoid}.gallery-scope .gallery-photo-card--static{cursor:default}.gallery-scope .gallery-photo-card--static:hover{transform:none}.gallery-scope .gallery-photo-card:hover{transform:translateY(-2px)}.gallery-scope .gallery-photo-card__media{position:relative;width:100%;overflow:hidden;background:var(--gallery-surface)}.gallery-scope .gallery-photo-card__media picture{display:contents}.gallery-scope .gallery-photo-card__media img{width:100%;height:auto;display:block;transition:transform .6s var(--gallery-ease-out)}.gallery-scope .gallery-photo-card--grid .gallery-photo-card__media{height:100%}.gallery-scope .gallery-photo-card--grid .gallery-photo-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-scope .gallery-photo-card:hover .gallery-photo-card__media img{transform:scale(1.04)}.gallery-scope .gallery-photo-card__overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(0deg,oklch(0 0 0/.72) 0,oklch(0 0 0/.3) 35%,oklch(0 0 0/0) 65%);opacity:0;transition:opacity var(--gallery-duration) var(--gallery-ease-out);padding:.85rem 1rem;pointer-events:none}.gallery-scope .gallery-photo-card:focus-visible .gallery-photo-card__overlay,.gallery-scope .gallery-photo-card:hover .gallery-photo-card__overlay{opacity:1}.gallery-scope .gallery-photo-card__overlayInner{display:flex;flex-direction:column;gap:.25rem;color:oklch(1 0 0);width:100%}.gallery-scope .gallery-photo-card__title{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-base);font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-scope .gallery-photo-card__customText{margin:0;font-family:var(--font-cjk);font-size:var(--gallery-text-sm);color:oklch(1 0 0/.88);line-height:1.45;white-space:pre-line}.gallery-scope .gallery-photo-card__meta{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);text-transform:lowercase;letter-spacing:var(--gallery-tracking-wide);color:oklch(1 0 0/.7);font-variant-numeric:tabular-nums}.gallery-scope .gallery-photo-card__metaDot{opacity:.5}.gallery-scope .gallery-photo-card__open{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:.15rem;font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);color:oklch(1 0 0/.72)}.gallery-scope .gallery-map-shell{position:relative;width:100%;overflow:hidden;border-radius:calc(var(--gallery-radius-lg) + .25rem);border:1px solid color-mix(in oklch,var(--gallery-border) 78%,var(--gallery-accent) 22%);background:linear-gradient(135deg,var(--gallery-card),var(--gallery-surface)),var(--gallery-surface);box-shadow:inset 0 1px 0 oklch(1 0 0/.72),0 18px 54px -44px oklch(.2 0 270/.35)}.gallery-scope .gallery-map-shell:before{content:"";position:absolute;inset:0;z-index:8;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px oklch(1 0 0/.26)}.gallery-scope .gallery-map-shell--fullscreen{position:fixed;inset:0;z-index:50;border:none;border-radius:0}.gallery-scope .gallery-map-shell__fullscreenBtn{position:absolute;top:1rem;right:1rem;z-index:12;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:oklch(1 0 0/.86);border:1px solid color-mix(in oklch,var(--gallery-border) 70%,var(--gallery-accent) 30%);border-radius:var(--gallery-radius-pill);color:var(--gallery-fg);cursor:pointer;box-shadow:0 14px 34px -24px oklch(.2 0 270/.46);backdrop-filter:blur(10px);transition:background var(--gallery-duration-fast) var(--gallery-ease-out),transform var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-map-shell__fullscreenBtn:hover{background:var(--gallery-card);border-color:var(--gallery-accent);transform:translateY(-1px) scale(1.03)}.gallery-scope .gallery-map-shell__count{position:absolute;top:1rem;left:1rem;z-index:12;display:inline-flex;align-items:baseline;gap:.45rem;max-width:calc(100% - 5.5rem);padding:.5rem .75rem;border:1px solid color-mix(in oklch,var(--gallery-border) 70%,var(--gallery-accent) 30%);border-radius:var(--gallery-radius-pill);background:oklch(1 0 0/.86);color:var(--gallery-muted);box-shadow:0 14px 34px -24px oklch(.2 0 270/.46);backdrop-filter:blur(10px);font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);text-transform:lowercase}.gallery-scope .gallery-map-shell__count span:first-child{color:var(--gallery-accent);font-weight:600;font-variant-numeric:tabular-nums}.gallery-scope .gallery-map-shell__hint{position:absolute;top:4.25rem;left:1rem;z-index:12;padding:.55rem .85rem;background:oklch(0 0 0/.55);color:oklch(1 0 0);border-radius:var(--gallery-radius);backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide)}.gallery-scope .gallery-map-shell__selection{position:absolute;right:1rem;bottom:1rem;z-index:12;display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:.85rem;width:min(30rem,100% - 2rem);padding:.75rem;border:1px solid color-mix(in oklch,var(--gallery-border) 72%,var(--gallery-accent) 28%);border-radius:var(--gallery-radius-lg);background:color-mix(in oklch,var(--gallery-card) 88%,transparent);box-shadow:0 24px 56px -32px oklch(.18 0 270/.45);backdrop-filter:blur(14px);animation:gallery-map-selection-in .22s var(--gallery-ease-out)}.gallery-scope .gallery-map-shell__selectionImage{width:86px;height:72px;border-radius:var(--gallery-radius);-o-object-fit:cover;object-fit:cover;background:var(--gallery-surface)}.gallery-scope .gallery-map-shell__selectionCopy{min-width:0;display:flex;flex-direction:column;gap:.35rem}.gallery-scope .gallery-map-shell__selectionTitle{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-cjk);font-size:var(--gallery-text-base);font-weight:600;line-height:1.35;color:var(--gallery-fg)}.gallery-scope .gallery-map-shell__selectionSubtitle{margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:var(--gallery-text-xs);line-height:1.45;color:var(--gallery-muted)}.gallery-scope .gallery-map-shell__selectionAction{align-self:flex-start;display:inline-flex;align-items:center;gap:.35rem;min-height:32px;margin-top:auto;padding:.25rem 0;border:none;background:rgba(0,0,0,0);color:var(--gallery-accent);font-family:var(--font-mono);font-size:var(--gallery-text-xs);letter-spacing:var(--gallery-tracking-wide);text-transform:lowercase;transition:gap var(--gallery-duration-fast) var(--gallery-ease-out),color var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-map-shell__selectionAction:hover{gap:.55rem;color:var(--gallery-accent-strong)}.gallery-scope .gallery-map-shell__selectionClose{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--gallery-border);border-radius:var(--gallery-radius-pill);background:var(--gallery-surface);color:var(--gallery-muted);font-size:20px;line-height:1;transition:background var(--gallery-duration-fast) var(--gallery-ease-out),color var(--gallery-duration-fast) var(--gallery-ease-out)}.gallery-scope .gallery-map-shell__selectionClose:hover{background:var(--gallery-hover);color:var(--gallery-fg)}@keyframes gallery-map-selection-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-scope .gallery-map-shell__hintTitle{display:block;text-transform:uppercase;letter-spacing:var(--gallery-tracking-widest);margin-bottom:.2rem}.gallery-scope .gallery-map-shell__hintSub{display:block;opacity:.75;text-transform:lowercase}@media(max-width:768px){.gallery-scope.gallery-lightbox{--gallery-lb-panel-collapsed:calc(104px + env(safe-area-inset-bottom, 0px));--gallery-lb-panel-current:var(--gallery-lb-panel-collapsed);--gallery-lb-vv-left:0px;--gallery-lb-vv-top:0px;--gallery-lb-vv-width:100vw;--gallery-lb-vv-height:100dvh;align-items:stretch;justify-content:stretch;overscroll-behavior:contain;background:radial-gradient(ellipse at 50% 42%,oklch(.12 0 0) 0,oklch(.055 0 0) 72%,oklch(.025 0 0) 100%)}.gallery-scope.gallery-lightbox.gallery-lightbox--details-expanded{--gallery-lb-panel-current:var(--gallery-lb-panel-expanded)}.gallery-scope.gallery-lightbox:not(.gallery-lightbox--has-panel){--gallery-lb-panel-current:env(safe-area-inset-bottom,0px)}.gallery-scope.gallery-lightbox .gallery-lightbox__stage{position:absolute;inset:auto;left:var(--gallery-lb-vv-left);top:var(--gallery-lb-vv-top);width:var(--gallery-lb-vv-width);height:calc(var(--gallery-lb-vv-height) - var(--gallery-lb-panel-current));z-index:1;overflow:hidden;touch-action:none}.gallery-scope.gallery-lightbox .gallery-lightbox__slideTrack{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:calc(78px + env(safe-area-inset-top, 0px)) max(.5rem,env(safe-area-inset-right,0px)) 1rem max(.5rem,env(safe-area-inset-left,0px))}.gallery-scope.gallery-lightbox.gallery-lightbox--details-expanded .gallery-lightbox__slideTrack{padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px))}.gallery-scope.gallery-lightbox .gallery-lightbox__imageWrap{position:relative;inset:auto;width:min(100%,430px);max-width:100%;max-height:100%;aspect-ratio:var(--gallery-lb-img-aspect,1/1);min-width:0;min-height:0;overflow:hidden;will-change:transform}.gallery-scope.gallery-lightbox .gallery-lightbox__image{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center;object-position:center center}.gallery-scope.gallery-lightbox.gallery-lightbox--image-landscape .gallery-lightbox__imageWrap{width:min(100%,430px);max-height:100%;aspect-ratio:var(--gallery-lb-img-aspect,3/2)}.gallery-scope.gallery-lightbox.gallery-lightbox--image-portrait .gallery-lightbox__imageWrap{width:min(100%,430px);max-height:100%;aspect-ratio:var(--gallery-lb-img-aspect,2/3)}.gallery-scope.gallery-lightbox.gallery-lightbox--image-square .gallery-lightbox__imageWrap,.gallery-scope.gallery-lightbox.gallery-lightbox--image-unknown .gallery-lightbox__imageWrap{width:min(100%,430px);max-height:100%;aspect-ratio:var(--gallery-lb-img-aspect,1/1)}.gallery-scope.gallery-lightbox .gallery-lightbox__topBar{align-items:center;justify-content:space-between;gap:.75rem;left:var(--gallery-lb-vv-left);right:auto;width:var(--gallery-lb-vv-width);padding:calc(.75rem + env(safe-area-inset-top, 0px)) .75rem .5rem}.gallery-scope.gallery-lightbox .gallery-lightbox__close,.gallery-scope.gallery-lightbox .gallery-lightbox__counter{min-height:44px;background:oklch(0 0 0/.42);border-color:oklch(1 0 0/.16);backdrop-filter:blur(14px)}.gallery-scope.gallery-lightbox .gallery-lightbox__counter{padding:.55rem .75rem}.gallery-scope.gallery-lightbox .gallery-lightbox__close{padding:.55rem .85rem}.gallery-scope.gallery-lightbox .gallery-lightbox__closeLabel{display:none}.gallery-scope.gallery-lightbox .gallery-lightbox__close>span:first-child{font-size:24px}.gallery-scope.gallery-lightbox .gallery-lightbox__zoomIsland{top:calc(var(--gallery-lb-vv-top) + 4.35rem + env(safe-area-inset-top, 0px));left:calc(var(--gallery-lb-vv-left) + .75rem);gap:.2rem;padding:.25rem;background:oklch(0 0 0/.36);border-color:oklch(1 0 0/.14);backdrop-filter:blur(14px)}.gallery-scope.gallery-lightbox .gallery-lightbox__zoomBtn,.gallery-scope.gallery-lightbox .gallery-lightbox__zoomReset{min-width:38px;min-height:38px;padding:0}.gallery-scope.gallery-lightbox .gallery-lightbox__zoomLabel{min-width:2.7rem;font-size:12px}.gallery-scope.gallery-lightbox .gallery-lightbox__zoomReset,.gallery-scope.gallery-lightbox .gallery-lightbox__zoomSep{display:none}.gallery-scope.gallery-lightbox .gallery-lightbox__nav{top:calc(var(--gallery-lb-vv-top) + (var(--gallery-lb-vv-height) - var(--gallery-lb-panel-current))/2);width:46px;height:46px;font-size:28px;background:oklch(0 0 0/.34);border-color:oklch(1 0 0/.14)}.gallery-scope.gallery-lightbox .gallery-lightbox__nav--prev{left:calc(var(--gallery-lb-vv-left) + max(.5rem,env(safe-area-inset-left, 0px)))}.gallery-scope.gallery-lightbox .gallery-lightbox__nav--next{right:auto;left:calc(var(--gallery-lb-vv-left) + var(--gallery-lb-vv-width) - 46px - max(.5rem,env(safe-area-inset-right, 0px)))}.gallery-scope.gallery-lightbox .gallery-lightbox__progress{z-index:110}.gallery-scope.gallery-lightbox .gallery-lightbox__panel,.gallery-scope.gallery-lightbox .gallery-lightbox__progress{left:var(--gallery-lb-vv-left);right:auto;width:var(--gallery-lb-vv-width);top:calc(var(--gallery-lb-vv-top) + var(--gallery-lb-vv-height) - var(--gallery-lb-panel-current));bottom:auto}.gallery-scope.gallery-lightbox .gallery-lightbox__panel{z-index:120;pointer-events:auto;max-height:var(--gallery-lb-panel-collapsed);min-height:var(--gallery-lb-panel-collapsed);border-radius:18px 18px 0 0;background:oklch(.15 .006 70/.96);box-shadow:0 -18px 36px -24px oklch(0 0 0/.9);transition:max-height var(--gallery-duration-slow) var(--gallery-ease-out),min-height var(--gallery-duration-slow) var(--gallery-ease-out)}.gallery-scope.gallery-lightbox .gallery-lightbox__panel--expanded{max-height:var(--gallery-lb-panel-expanded);min-height:var(--gallery-lb-panel-expanded)}.gallery-scope.gallery-lightbox .gallery-lightbox__panelBar{min-height:88px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.75rem .875rem calc(.75rem + env(safe-area-inset-bottom, 0px));gap:.75rem}.gallery-scope.gallery-lightbox.gallery-lightbox--details-expanded .gallery-lightbox__panelBar{padding-bottom:.75rem}.gallery-scope.gallery-lightbox .gallery-lightbox__panelBarLeft{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.45rem}.gallery-scope.gallery-lightbox .gallery-lightbox__panelDate{min-width:0;max-width:100%;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-scope.gallery-lightbox .gallery-lightbox__panelSummary{display:block;min-width:0;font-family:var(--font-cjk);font-size:14px;line-height:1.35;color:oklch(.92 0 0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-scope.gallery-lightbox .gallery-lightbox__panelSummary:first-child{width:100%}.gallery-scope.gallery-lightbox .gallery-lightbox__panelHint{display:none}.gallery-scope.gallery-lightbox .gallery-lightbox__panelToggle{min-width:44px;min-height:44px;justify-content:center;gap:.35rem;padding:.55rem .85rem;background:oklch(1 0 0/.08)}.gallery-scope.gallery-lightbox .gallery-lightbox__panelToggleLabel{display:inline;font-family:var(--font-cjk);font-size:13px;letter-spacing:0}.gallery-scope.gallery-lightbox .gallery-lightbox__panelBody{grid-template-columns:1fr;gap:1rem;max-height:calc(var(--gallery-lb-panel-expanded) - 88px - env(safe-area-inset-bottom, 0px));padding:0 .875rem calc(1rem + env(safe-area-inset-bottom, 0px));overscroll-behavior:contain;scrollbar-width:thin}.gallery-scope.gallery-lightbox .gallery-lightbox__panelMain{gap:.75rem}.gallery-scope.gallery-lightbox .gallery-lightbox__panelTitle{font-size:17px;line-height:1.45}.gallery-scope.gallery-lightbox .gallery-lightbox__customText,.gallery-scope.gallery-lightbox .gallery-lightbox__desc{font-size:15px;line-height:1.7}.gallery-scope.gallery-lightbox .gallery-lightbox__panelSide{gap:.75rem}.gallery-scope.gallery-lightbox .gallery-lightbox__sideBlock{padding:.75rem .875rem;border-radius:12px}.gallery-scope.gallery-lightbox .gallery-lightbox__coordList>div,.gallery-scope.gallery-lightbox .gallery-lightbox__exifList>div{grid-template-columns:56px minmax(0,1fr)}.gallery-scope.gallery-lightbox--controls-hidden .gallery-lightbox__topBar{opacity:1}.gallery-scope.gallery-lightbox--controls-hidden .gallery-lightbox__zoomIsland{opacity:.24}.gallery-scope.gallery-photo-detail{padding-bottom:3rem}.gallery-scope .gallery-photo-detail__hero{margin-bottom:1.5rem}.gallery-scope .gallery-photo-detail__content{gap:2rem}.gallery-scope .gallery-photo-detail__content>:not([hidden])~:not([hidden]){margin-top:2rem}.gallery-scope .gallery-stream-hero{margin-bottom:0}.gallery-scope .gallery-stream-hero__shade{height:82%;background:linear-gradient(0deg,oklch(0 0 0/.86) 0,oklch(0 0 0/.58) 44%,oklch(0 0 0/.16) 78%,oklch(0 0 0/0))}.gallery-scope .gallery-stream-hero__content{min-height:68vh;min-height:68svh;gap:1.35rem;padding-top:calc(var(--header-height) + 1.25rem);padding-bottom:1.35rem}.gallery-scope .gallery-stream-hero__copy{display:flex;flex-direction:column;gap:.85rem}.gallery-scope .gallery-stream-hero__eyebrow{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;line-height:1.45;letter-spacing:var(--gallery-tracking-wider)}.gallery-scope .gallery-stream-hero__title{font-size:clamp(28px,10vw,40px);line-height:1.12;overflow-wrap:anywhere;text-wrap:balance}.gallery-scope .gallery-stream-hero__subtitle{font-size:16px;line-height:1.55;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gallery-scope .gallery-stream-hero__summary{font-size:14px;line-height:1.65;max-width:100%;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.gallery-scope .gallery-stream-hero__footer{gap:.8rem}.gallery-scope .gallery-stream-hero__meta{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.gallery-scope .gallery-stream-hero__metaItem{min-width:0;gap:.2rem;padding:.65rem .75rem;border:1px solid oklch(1 0 0/.18);border-radius:var(--gallery-radius);background:oklch(0 0 0/.22);backdrop-filter:blur(10px)}.gallery-scope .gallery-stream-hero__metaItem dt{font-size:10px;letter-spacing:var(--gallery-tracking-wide)}.gallery-scope .gallery-stream-hero__metaItem dd{font-size:17px;line-height:1.35;overflow-wrap:anywhere}.gallery-scope .gallery-stream-hero__cta{width:100%;justify-content:center;min-height:44px;padding:.75rem 1rem;background:oklch(1 0 0/.14)}.gallery-scope .gallery-view-toolbar{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.65rem}.gallery-scope .gallery-view-switcher{width:100%;align-self:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-scope .gallery-view-switcher__btn{justify-content:center;padding:.55rem 1rem;min-height:38px;font-size:13px}.gallery-scope .gallery-tag-chips{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.4rem;padding-bottom:.35rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-scope .gallery-tag-chips::-webkit-scrollbar{display:none}.gallery-scope .gallery-tag-chip{flex-shrink:0;padding:.5rem .9rem;font-size:13px;white-space:nowrap;scroll-snap-align:start;min-height:34px;position:relative}.gallery-scope .gallery-tag-chip:after{content:"";position:absolute;inset:-5px}.gallery-scope .gallery-photo-card__overlay{opacity:1;align-items:flex-end;background:linear-gradient(0deg,oklch(0 0 0/.78) 0,oklch(0 0 0/.42) 38%,oklch(0 0 0/.08) 72%,oklch(0 0 0/0));padding:.65rem .75rem}.gallery-scope .gallery-photo-card__overlayInner{gap:.18rem}.gallery-scope .gallery-photo-card:hover,.gallery-scope .gallery-photo-card:hover .gallery-photo-card__media>img{transform:none}.gallery-scope .gallery-photo-card__title{font-size:14px}.gallery-scope .gallery-photo-card__customText{font-size:12px}.gallery-scope .gallery-photo-card__meta{font-size:11px;gap:.3rem}.gallery-scope .gallery-archive-grid{gap:1.1rem}.gallery-scope .gallery-card__cover{aspect-ratio:16/10}.gallery-scope .gallery-card__body{gap:.5rem;padding:.9rem 1rem 1.05rem}.gallery-scope .gallery-card__title{font-size:18px;line-height:1.35}.gallery-scope .gallery-card__subtitle{-webkit-line-clamp:1;font-size:14px}.gallery-scope .gallery-card__desc{-webkit-line-clamp:1}.gallery-scope .gallery-card:hover,.gallery-scope .gallery-card:hover .gallery-card__image{transform:none}.gallery-scope .gallery-archive-stats{gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;font-size:12px}.gallery-scope .gallery-load-more__btn{padding:.85rem 1.6rem;min-height:44px;font-size:14px}.gallery-scope .gallery-featured{gap:.75rem}.gallery-scope .gallery-featured__header{align-items:flex-start;gap:.5rem}.gallery-scope .gallery-featured__title{font-size:18px}.gallery-scope .gallery-featured__label{padding-top:.2rem;white-space:nowrap}.gallery-scope .gallery-featured__row{gap:.75rem;margin-inline:calc(var(--container-padding, 1rem)*-1);padding-inline:var(--container-padding,1rem);padding-bottom:.75rem;scrollbar-width:none}.gallery-scope .gallery-featured__row::-webkit-scrollbar{display:none}.gallery-scope .gallery-featured-card{width:min(78vw,300px)}.gallery-scope .gallery-featured-card__image{aspect-ratio:4/3}.gallery-scope .gallery-featured-card__meta{flex-wrap:wrap;line-height:1.35}.gallery-scope .gallery-featured-card:hover .gallery-featured-card__image,.gallery-scope .gallery-featured-card:hover .gallery-featured-card__image>img{transform:none}.gallery-scope .gallery-lightbox__nav{width:48px;height:48px;font-size:24px}.gallery-scope .gallery-lightbox__nav--prev{left:.5rem}.gallery-scope .gallery-lightbox__nav--next{right:.5rem}.gallery-scope .gallery-lightbox__nav:hover{transform:translateY(-50%)}.gallery-scope .gallery-lightbox__close{padding:.6rem .9rem;min-height:40px}.gallery-scope .gallery-lightbox__counter{padding:.45rem .75rem}.gallery-scope .gallery-lightbox__zoomIsland{padding:.3rem .4rem;gap:.15rem}.gallery-scope .gallery-lightbox__zoomBtn,.gallery-scope .gallery-lightbox__zoomReset{padding:.4rem .55rem;min-width:32px;min-height:32px;line-height:1}.gallery-scope .gallery-lightbox__zoomLabel{min-width:2.75rem;font-size:12px}.gallery-scope .gallery-lightbox__panelBar{padding:.7rem 1rem;gap:.6rem;min-height:60px}.gallery-scope .gallery-lightbox__panelBarLeft{gap:.5rem}.gallery-scope .gallery-lightbox__panelTitle{font-size:15px}.gallery-scope .gallery-lightbox__panelDate{font-size:10px;padding:.1rem .4rem}.gallery-scope .gallery-lightbox__panelHint{display:none}.gallery-scope .gallery-lightbox__panelToggle{padding:.55rem .85rem;min-height:38px;flex-shrink:0}.gallery-scope .gallery-lightbox__panelBody{grid-template-columns:1fr;gap:1.1rem;padding:0 1rem 1.1rem}.gallery-scope .gallery-lightbox__coordList>div,.gallery-scope .gallery-lightbox__exifList>div{grid-template-columns:56px 1fr;gap:.4rem}.gallery-scope.gallery-lightbox{--gallery-lb-panel-expanded:min(56dvh,430px);background:oklch(.025 0 0)}.gallery-scope.gallery-lightbox.gallery-lightbox--controls-hidden .gallery-lightbox__nav{opacity:.32;pointer-events:auto}.gallery-scope .gallery-archive-empty,.gallery-scope .gallery-empty{padding:2.5rem 1.25rem;font-size:14px}.gallery-scope .gallery-map-shell__fullscreenBtn{width:44px;height:44px}.gallery-scope .gallery-map-shell__count{top:.75rem;left:.75rem;max-width:calc(100% - 5.25rem)}.gallery-scope .gallery-map-shell__selection{right:.75rem;bottom:.75rem;left:.75rem;width:auto;grid-template-columns:72px minmax(0,1fr) 32px;gap:.7rem;padding:.65rem}.gallery-scope .gallery-map-shell__selectionImage{width:72px;height:64px}.gallery-scope .gallery-map-shell__selectionTitle{-webkit-line-clamp:1;font-size:15px}.gallery-scope .gallery-map-shell__selectionSubtitle{-webkit-line-clamp:1}}@media(max-width:932px)and (orientation:landscape){.gallery-scope.gallery-lightbox{--gallery-lb-panel-collapsed:calc(70px + env(safe-area-inset-bottom, 0px));--gallery-lb-panel-expanded:min(78dvh,340px)}.gallery-scope.gallery-lightbox .gallery-lightbox__topBar{padding-top:calc(.5rem + env(safe-area-inset-top, 0px))}.gallery-scope.gallery-lightbox .gallery-lightbox__zoomIsland{top:calc(var(--gallery-lb-vv-top) + 3.75rem + env(safe-area-inset-top, 0px))}.gallery-scope .gallery-lightbox__panel--expanded{max-height:min(80vh,360px);max-height:min(80dvh,360px)}.gallery-scope .gallery-lightbox__panelBody{max-height:calc(80vh - 60px);max-height:calc(80dvh - 60px)}}@media(hover:none){.gallery-scope .gallery-photo-card__overlay{opacity:1}.gallery-scope .gallery-card:hover,.gallery-scope .gallery-card:hover .gallery-card__image,.gallery-scope .gallery-photo-card:hover{transform:none}}