main.gallery-main{max-width:900px;display:flex;flex-direction:column;gap:2rem}.gallery-card{display:grid;grid-template-columns:380px 1fr;gap:0;background:var(--card-bg);border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 4px 12px #00000008;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;align-items:stretch;scroll-margin-top:100px}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.gallery-card:target{outline:2px solid var(--accent);outline-offset:4px;animation:card-target-pulse 1.8s ease-out 1}@keyframes card-target-pulse{0%{box-shadow:0 0 0 0 var(--accent-lt),0 4px 12px #00000008}35%{box-shadow:0 0 0 10px var(--accent-lt),0 12px 32px #0000000f}to{box-shadow:0 0 #0000,0 4px 12px #00000008}}@media (prefers-reduced-motion: reduce){.gallery-card:target{animation:none}}.gallery-card:nth-child(2n){grid-template-columns:1fr 380px}.gallery-card:nth-child(2n) .gallery-img-wrap{order:2;border-right:none;border-left:1px solid rgba(0,0,0,.06)}.gallery-card:nth-child(2n) .gallery-text{order:1}.gallery-img-wrap{background:var(--card-bg);border-right:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;min-height:285px;position:relative;overflow:hidden;min-width:0}.gallery-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 20px #00000008;pointer-events:none}.gallery-img-wrap img,.gallery-img-wrap video{width:100%;height:100%;object-fit:contain;display:block}.gallery-text{display:flex;flex-direction:column;justify-content:center;gap:.6rem;padding:2rem 2.5rem}.gallery-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:500}.gallery-title{font-size:1.1rem;font-weight:600;color:var(--ink);line-height:1.35;margin:0}.gallery-date{font-size:.72rem;letter-spacing:.04em;color:var(--ink-muted);font-weight:500;display:inline-flex;align-items:center;gap:.4rem;width:fit-content}.gallery-date:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);flex:0 0 auto}.gallery-date.is-placeholder{color:var(--accent);font-style:italic;border:1px dashed var(--accent);border-radius:6px;padding:.15rem .55rem}.gallery-date.is-placeholder:before{display:none}.gallery-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 2rem);min-height:220px;margin:1rem;border:2px dashed var(--accent);border-radius:10px;padding:1.5rem;color:var(--accent);font-size:.82rem;font-style:italic;text-align:center;line-height:1.5}.gallery-img-placeholder small{color:var(--ink-muted);font-style:normal;font-size:.7rem}.gallery-desc{font-size:.875rem;color:var(--ink-muted);line-height:1.85;margin-top:.4rem}.gallery-tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin-top:.8rem}.gallery-tags li{font-size:.72rem;padding:.25rem .75rem;border-radius:6px;background:var(--bg);border:1px solid var(--border);color:var(--ink-muted);font-weight:500;letter-spacing:.02em;transition:all .2s ease}.gallery-card:hover .gallery-tags li{background:var(--accent-lt);border-color:var(--accent-lt);color:var(--accent)}.gallery-note{margin-top:2.5rem;font-size:.8rem;color:var(--border);letter-spacing:.04em;font-style:italic;text-align:center}@media (max-width: 720px){.gallery-card,.gallery-card:nth-child(2n){grid-template-columns:1fr;gap:0}.gallery-img-wrap,.gallery-card:nth-child(2n) .gallery-img-wrap{order:0;border-right:none;border-left:none;border-bottom:1px solid rgba(0,0,0,.06);aspect-ratio:16 / 10;min-height:auto}.gallery-text,.gallery-card:nth-child(2n) .gallery-text{order:1;padding:1.5rem}}.gallery-card.card-carousel{display:block;position:relative;padding:0;max-height:none}.gallery-card.card-carousel .card-slide{flex:0 0 100%;width:100%;display:grid;grid-template-columns:380px 1fr;align-items:stretch}.gallery-card.card-carousel .gallery-text{padding-right:6rem}@media (max-width: 720px){.gallery-card.card-carousel .card-slide{grid-template-columns:1fr}.gallery-card.card-carousel .gallery-img-wrap{border-right:none;border-bottom:1px solid rgba(0,0,0,.06);aspect-ratio:16 / 10;min-height:auto}.gallery-card.card-carousel .gallery-text{padding-right:1.5rem}}.gallery-card.card-carousel>.topic-btn{top:14px;transform:none;width:32px;height:32px;font-size:1.3rem;background:var(--accent);z-index:30}.gallery-card.card-carousel>.topic-btn.prev-btn{left:auto;right:54px}.gallery-card.card-carousel>.topic-btn.next-btn{right:14px}.gallery-card.card-carousel>.topic-btn:hover{background:var(--accent);opacity:.85}.carousel-container{position:relative;overflow:hidden;display:flex;align-items:center;max-height:420px}.carousel-track{display:flex;transition:transform .4s ease-in-out;width:100%;height:100%}.carousel-slide{flex:0 0 100%;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.carousel-slide video{width:100%;height:100%;object-fit:contain}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s ease}.carousel-btn:hover{background:#000c}.prev-btn{left:10px}.next-btn{right:10px}
