.gallery-filters-bar{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;padding:0 var(--landing-px)}.gallery-filter-dropdown-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;height:44px;min-width:160px;max-width:240px;padding:0 14px;border-radius:12px;border:none;background:#f6f6f6;font-size:14px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:background .15s;white-space:nowrap;overflow:hidden}.gallery-filter-dropdown-trigger:hover{background:var(--bg-secondary-hover)}.gallery-filter-dropdown-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.gallery-filter-dropdown-menu{max-height:280px;overflow-y:auto;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:6px;box-shadow:var(--dropdown-shadow)}.gallery-filter-dropdown-item{display:flex;align-items:center;width:100%;padding:8px 12px;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#374151;background:transparent;text-align:left;cursor:pointer;transition:background .12s;white-space:nowrap}.gallery-filter-dropdown-item:hover{background:#f6f6f6}.gallery-filter-dropdown-item-active{color:var(--primary);background:var(--primary-muted);font-weight:600}.gallery-filter-dropdown-item-active:hover{background:var(--primary-muted)}.gallery-empty-filtered{margin-top:0}.gallery-grid-wrap{padding:0 12px}@media (min-width:640px){.gallery-grid-wrap{padding:0 24px}}.gallery-masonry{column-width:300px;column-gap:12px}.gallery-card{break-inside:avoid;display:block;margin-bottom:8px;cursor:pointer;position:relative;border-radius:12px;overflow:hidden;background:#f6f6f6;transition:transform .18s ease,box-shadow .18s ease}@media (min-width:640px){.gallery-card{margin-bottom:10px;border-radius:14px}}@media (min-width:1024px){.gallery-card{margin-bottom:12px;border-radius:16px}}.gallery-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.gallery-card img{display:block;width:100%;height:auto;border-radius:inherit}.gallery-load-more-wrap{display:flex;justify-content:center;padding:32px 0 16px}.gallery-load-more-btn{padding:0 28px;height:44px;border-radius:22px;font-size:15px;font-weight:600;color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:background .2s,border-color .2s}.gallery-load-more-btn:hover{background:#f9fafb;border-color:#9ca3af}.gallery-loading-row{display:flex;justify-content:center;padding:32px 0}.gallery-spinner{width:28px;height:28px;border:2.5px solid #e5e5e5;border-top:2.5px solid var(--primary);border-radius:50%;animation:gallery-spin .7s linear infinite}@keyframes gallery-spin{to{transform:rotate(1turn)}}.gallery-empty{text-align:center;padding:80px 24px;color:#717171;font-size:16px}