.gallery-wrap-149eb753 {
    --gallery-bg: #efeee8;
    --gallery-ink: #141414;
    position: relative;
    width: 100%;
    background: var(--gallery-bg);
    overflow: hidden;
    cursor: grab;
    touch-action: none;
    font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
}
.gallery-wrap-149eb753.dragging { cursor: grabbing; }
.gallery-canvas-149eb753 { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }

.gallery-hint-149eb753 {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    color: var(--gallery-ink);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.6s ease;
    z-index: 2;
}

.gallery-filters-149eb753 {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 3;
}
.gallery-filters-149eb753 .filter-pill {
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0.03em;
    padding: 7px 14px;
    border-radius: 100px;
    border: 1px solid rgba(20,20,20,0.25);
    background: rgba(239,238,232,0.7);
    backdrop-filter: blur(6px);
    color: var(--gallery-ink);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.gallery-filters-149eb753 .filter-pill:hover { border-color: rgba(20,20,20,0.5); }
.gallery-filters-149eb753 .filter-pill.active { background: #141414; color: #efeee8; border-color: #141414; }

@media (prefers-reduced-motion: reduce) {
    .gallery-hint-149eb753 { display: none; }
}
