:root{--gallery-indigo: #4f63ff;--gallery-violet: #7c52ff;--gallery-ink: #1f2a52;--gallery-muted: #5e688d;--gallery-surface: #ffffff;--gallery-line: #e2e8ff;--gallery-panel: linear-gradient(145deg, rgba(79, 99, 255, .08), rgba(124, 82, 255, .07));--gallery-active: linear-gradient(135deg, var(--gallery-indigo), var(--gallery-violet));--gallery-accent: #ffab4b;--gallery-accent-soft: #ffe5bf;--gallery-sidebar-offset: clamp(10rem, calc(16vh - 1rem) , 12rem)}body{background:#fff}main[data-astro-cid-sahthylw]{background:#fff}.gallery-wrapper[data-astro-cid-sahthylw]{display:flex;gap:2rem;max-width:2000px;margin:0 auto;padding:2rem 1.125rem;width:100%;box-sizing:border-box}.tag-sidebar[data-astro-cid-sahthylw]{flex-shrink:0;width:220px;position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto;padding:1rem;background:var(--gallery-panel);border-radius:16px;border:1px solid var(--gallery-line);animation:fadeInLeft .6s ease;box-shadow:0 14px 36px #2b3a8914;margin-top:var(--gallery-sidebar-offset);box-sizing:border-box}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.tag-sidebar-title[data-astro-cid-sahthylw]{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;background:var(--gallery-active);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:1rem;border-bottom:2px solid rgba(79,99,255,.16)}.tag-filter[data-astro-cid-sahthylw]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1.125rem;margin-bottom:.5rem;text-align:left;background:var(--gallery-surface);border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:.95rem;color:var(--gallery-muted);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 10px #28315f14}.tag-name[data-astro-cid-sahthylw]{flex:1;font-weight:500}.tag-count[data-astro-cid-sahthylw]{font-size:.85rem;opacity:.7;margin-left:.5rem;font-weight:600}.tag-filter[data-astro-cid-sahthylw]:hover{background:#4f63ff0d;color:var(--gallery-indigo);border-color:#4f63ff59;transform:translate(4px);box-shadow:0 8px 18px #4f63ff24}.tag-filter[data-astro-cid-sahthylw].active{background:var(--gallery-active);color:#fff;font-weight:600;border-color:transparent;box-shadow:0 10px 22px #4f63ff52;transform:translate(4px)}.tag-filter[data-astro-cid-sahthylw].active .tag-count[data-astro-cid-sahthylw]{opacity:1}.content-container[data-astro-cid-sahthylw]{flex:1;min-width:0;box-sizing:border-box}h1[data-astro-cid-sahthylw]{font-size:3.5rem;margin-bottom:1rem;text-align:center;font-weight:700;background:var(--gallery-active);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInDown .6s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.gallery-intro[data-astro-cid-sahthylw]{text-align:center;color:var(--gallery-muted);font-size:1.125rem;margin-bottom:1.15rem;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto;animation:fadeIn .6s ease .2s backwards}.gallery-meta[data-astro-cid-sahthylw]{display:flex;justify-content:center;align-items:center;gap:.65rem;margin:0 auto 2rem;padding:.45rem .8rem;width:fit-content;border-radius:999px;background:#4f63ff14;border:1px solid rgba(79,99,255,.22);color:var(--gallery-muted);box-shadow:0 6px 14px #1f2a5214}.gallery-meta-label[data-astro-cid-sahthylw]{color:var(--gallery-indigo);font-weight:700}.gallery-meta-count[data-astro-cid-sahthylw]{font-size:.9rem;font-weight:600;padding:.14rem .46rem;border-radius:999px;background:#ffffffb8;color:var(--gallery-ink)}.gallery-grid[data-astro-cid-sahthylw]{columns:1;column-gap:1rem;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin-bottom .3s ease;max-height:none;opacity:1;width:100%;box-sizing:border-box}.gallery-grid[data-astro-cid-sahthylw].is-filtering{opacity:.96}.gallery-category[data-astro-cid-sahthylw].collapsed .gallery-grid[data-astro-cid-sahthylw]{max-height:0;opacity:0;margin-bottom:0}.gallery-item[data-astro-cid-sahthylw]{background:var(--gallery-surface);border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;width:100%;max-width:100%;margin-bottom:1.5rem;break-inside:avoid;box-shadow:0 6px 20px #1f2a521a;border:1px solid var(--gallery-line);contain:layout style paint;box-sizing:border-box}.gallery-item[data-astro-cid-sahthylw].is-hidden{opacity:0;transform:translateY(10px) scale(.985);pointer-events:none}.gallery-item[data-astro-cid-sahthylw].is-visible{opacity:1;transform:translateY(0) scale(1)}.gallery-item[data-astro-cid-sahthylw].is-deferred{display:none}.gallery-item[data-astro-cid-sahthylw]:hover{box-shadow:0 16px 34px #4f63ff33;transform:translateY(-6px);border-color:#4f63ff80}.media-shell[data-astro-cid-sahthylw]{position:relative;overflow:hidden;background:linear-gradient(135deg,#edf1ff,#f1ebff);width:100%;max-width:100%;box-sizing:border-box}.media-placeholder[data-astro-cid-sahthylw]{position:absolute;inset:0;background:linear-gradient(100deg,#dde6ffdb 20%,#f6f2fff5 42%,#dde6ffdb 65%);background-size:220% 100%;animation:mediaShimmer 1.2s ease-in-out infinite}.media-fallback[data-astro-cid-sahthylw]{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#eef2ff,#ece6ff);color:#4d598a;font-size:.88rem;font-weight:600;letter-spacing:.02em;opacity:0;visibility:hidden;transition:opacity .2s ease}.media-shell[data-astro-cid-sahthylw].is-error .gallery-image-main[data-astro-cid-sahthylw],.media-shell[data-astro-cid-sahthylw].is-error .media-placeholder[data-astro-cid-sahthylw]{opacity:0;visibility:hidden}.media-shell[data-astro-cid-sahthylw].is-error .media-fallback[data-astro-cid-sahthylw]{opacity:1;visibility:visible}@keyframes mediaShimmer{0%{background-position:100% 50%}to{background-position:-120% 50%}}.gallery-item[data-astro-cid-sahthylw] img[data-astro-cid-sahthylw],.gallery-item[data-astro-cid-sahthylw] video[data-astro-cid-sahthylw]{width:100%;max-width:100%;height:auto;display:block;border-radius:8px 8px 0 0;transition:transform .3s ease,opacity .28s ease,filter .28s ease;will-change:transform;box-sizing:border-box}.gallery-image-main[data-astro-cid-sahthylw]{position:relative;opacity:0;filter:blur(8px)}.media-shell[data-astro-cid-sahthylw].is-loaded .gallery-image-main[data-astro-cid-sahthylw]{opacity:1;filter:blur(0)}.media-shell[data-astro-cid-sahthylw].is-loaded .media-placeholder[data-astro-cid-sahthylw]{opacity:0;visibility:hidden;transition:opacity .26s ease}.gallery-item[data-astro-cid-sahthylw]:hover .gallery-image-main[data-astro-cid-sahthylw]{transform:scale(1.02)}.gallery-caption[data-astro-cid-sahthylw]{padding:1rem 1.25rem;flex-shrink:0}.gallery-caption[data-astro-cid-sahthylw] h3[data-astro-cid-sahthylw]{font-size:1.125rem;margin:0 0 .5rem;color:var(--gallery-ink);font-weight:600;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gallery-caption[data-astro-cid-sahthylw] p[data-astro-cid-sahthylw]{margin:0;color:var(--gallery-muted);font-size:.9rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gallery-note[data-astro-cid-sahthylw]{text-align:center;padding:3rem 2rem;margin-top:3rem;background:linear-gradient(135deg,#4f63ff12,#7c52ff14);border-radius:16px;border:1px dashed rgba(79,99,255,.35);box-shadow:inset 0 0 0 1px #ffffffb3}.gallery-note[data-astro-cid-sahthylw] p[data-astro-cid-sahthylw]{color:var(--gallery-muted);font-style:italic;font-size:1rem;margin:0}.tag-filter[data-astro-cid-sahthylw].active .tag-count[data-astro-cid-sahthylw]{color:var(--gallery-accent-soft)}@media(max-width:768px){.gallery-wrapper[data-astro-cid-sahthylw]{flex-direction:column;padding:1rem;gap:1.5rem}.tag-sidebar[data-astro-cid-sahthylw]{width:100%;position:static;max-height:none;margin-bottom:1rem;padding:1rem;margin-top:0}.tag-sidebar-title[data-astro-cid-sahthylw]{font-size:1.25rem;margin-top:0;margin-bottom:1rem}.tag-filter[data-astro-cid-sahthylw]{display:inline-flex;width:auto;margin-right:.5rem;margin-bottom:.5rem;padding:.625rem 1rem;font-size:.875rem}h1[data-astro-cid-sahthylw]{font-size:2.5rem}.gallery-intro[data-astro-cid-sahthylw]{font-size:1rem;margin-bottom:1.5rem}.gallery-meta[data-astro-cid-sahthylw]{margin-bottom:1.4rem;gap:.5rem}.gallery-grid[data-astro-cid-sahthylw]{columns:1!important;column-gap:0}.gallery-item[data-astro-cid-sahthylw]{margin-bottom:1rem}.gallery-note[data-astro-cid-sahthylw]{padding:2rem 1rem;margin-top:2rem}.image-viewer-content[data-astro-cid-sahthylw]{max-width:95vw}.viewer-image[data-astro-cid-sahthylw]{max-height:80vh;transform:scale(1.2)}.image-viewer-close[data-astro-cid-sahthylw]{top:10px;right:10px;background:#00000080}}@media(min-width:769px)and (max-width:1024px){.tag-sidebar[data-astro-cid-sahthylw]{width:180px}.gallery-grid[data-astro-cid-sahthylw]{columns:2;column-gap:1.25rem}}@media(min-width:1025px)and (max-width:1440px){.tag-sidebar[data-astro-cid-sahthylw]{width:200px}.gallery-grid[data-astro-cid-sahthylw]{columns:2;column-gap:1.5rem}}@media(min-width:1441px){.gallery-grid[data-astro-cid-sahthylw]{columns:3;column-gap:1.5rem}.gallery-wrapper[data-astro-cid-sahthylw]{max-width:95%;padding:2rem .75rem;gap:1.5rem}}@media(min-width:1920px){.gallery-wrapper[data-astro-cid-sahthylw]{max-width:98%;padding:2rem 1rem;gap:1.5rem}}.image-viewer[data-astro-cid-sahthylw]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-viewer-overlay[data-astro-cid-sahthylw]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;backdrop-filter:blur(10px)}.image-viewer-content[data-astro-cid-sahthylw]{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;padding:60px 0;z-index:10001}.viewer-image[data-astro-cid-sahthylw]{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080;transform:scale(1.5);transform-origin:center center}.image-viewer-info[data-astro-cid-sahthylw]{margin-top:1rem;text-align:center;color:#fff}.image-viewer-info[data-astro-cid-sahthylw] h3[data-astro-cid-sahthylw]{margin:0;font-size:1.25rem;color:#fff;font-weight:500}.image-viewer-close[data-astro-cid-sahthylw]{position:fixed;top:20px;right:20px;background:#0009;border:none;color:#fff;font-size:2.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s ease;z-index:10002}.image-viewer-close[data-astro-cid-sahthylw]:hover{background:#ffffff4d;transform:scale(1.1)}.gallery-image[data-astro-cid-sahthylw]{cursor:pointer;transition:transform .3s ease}.gallery-item[data-astro-cid-sahthylw]:hover .gallery-image[data-astro-cid-sahthylw]{transform:scale(1.02)}
