.Wall-module__PJJWra__master{background-color:#1a1d24;flex-direction:column;min-height:100vh;display:flex}.Wall-module__PJJWra__mainContainer{flex:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.Wall-module__PJJWra__leftSidebar{flex-direction:column;gap:1rem;width:280px;height:fit-content;display:flex;position:sticky;top:2rem}.Wall-module__PJJWra__profileWithNav{flex-direction:column;gap:1rem;display:flex}.Wall-module__PJJWra__userProfile{text-align:center;background-color:#2d3748;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__userProfile img{object-fit:cover;border-radius:50%;width:80px;height:80px;margin-bottom:1rem}.Wall-module__PJJWra__userProfile h3{color:#e2e8f0;font-size:1.125rem;font-weight:600}.Wall-module__PJJWra__sideNav,.Wall-module__PJJWra__petCategories{background-color:#2d3748;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__petCategories h3{color:#e2e8f0;margin-bottom:.5rem;padding:0 1rem;font-size:1rem;font-weight:600}.Wall-module__PJJWra__sideNav a,.Wall-module__PJJWra__petCategories a{color:#e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.Wall-module__PJJWra__sideNav a:hover,.Wall-module__PJJWra__petCategories a:hover{color:#4299e1;background-color:#4299e11a}.Wall-module__PJJWra__feed{flex-direction:column;flex:1;gap:2rem;width:100%;min-width:0;max-width:680px;margin:0 auto;display:flex}.Wall-module__PJJWra__createPost{background-color:#2d3748;border-radius:12px;gap:1rem;min-width:0;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__createPost img{object-fit:cover;border-radius:50%;width:48px;height:48px}.Wall-module__PJJWra__createPost form{flex-direction:column;flex:1;gap:1rem;min-width:280px;display:flex}.Wall-module__PJJWra__createPost textarea{resize:none;color:#e2e8f0;box-sizing:border-box;background-color:#1a202c;border:1px solid #4a5568;border-radius:8px;width:100%;max-width:100%;min-height:100px;padding:.75rem;font-family:inherit}.Wall-module__PJJWra__createPost button{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:8px;align-self:flex-end;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.Wall-module__PJJWra__createPost button:hover{background-color:#3182ce}.Wall-module__PJJWra__albumsSection{background-color:#2d3748;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__albumsSection h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Wall-module__PJJWra__albumsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Wall-module__PJJWra__albumCard{background-color:#1a202c;border-radius:8px;overflow:hidden}.Wall-module__PJJWra__albumCard img{object-fit:cover;width:100%;height:200px}.Wall-module__PJJWra__albumCard p{color:#e2e8f0;margin:0;padding:1rem}.Wall-module__PJJWra__likeButton{color:#4299e1;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.5rem 1rem;transition:all .2s}.Wall-module__PJJWra__likeCount{color:#a0aec0;padding:0 1rem 1rem;font-size:.875rem;display:block}.Wall-module__PJJWra__posts{flex-direction:column;gap:1.5rem;display:flex}.Wall-module__PJJWra__post{background-color:#2d3748;border-radius:12px;min-width:0;padding:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__postHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Wall-module__PJJWra__postUser{align-items:center;gap:.75rem;display:flex}.Wall-module__PJJWra__postUser img{object-fit:cover;border-radius:50%;width:48px;height:48px}.Wall-module__PJJWra__postUser h4{color:#e2e8f0;margin:0;font-weight:600}.Wall-module__PJJWra__userNameLink{color:inherit;text-decoration:none;transition:color .2s}.Wall-module__PJJWra__userNameLink:hover{color:#4299e1}.Wall-module__PJJWra__userNameLink h4{margin:0}.Wall-module__PJJWra__postUser span{color:#a0aec0;font-size:.875rem}.Wall-module__PJJWra__postContent{overflow-wrap:break-word;word-break:break-word;max-width:100%;margin-bottom:1rem}.Wall-module__PJJWra__postContent p{color:#e2e8f0;max-width:100%;margin-bottom:1rem;line-height:1.5}.Wall-module__PJJWra__postImage{object-fit:contain;border-radius:8px;width:100%;max-width:100%;height:auto;margin-top:1rem}.Wall-module__PJJWra__postVideo{background-color:#000;border-radius:8px;width:100%;max-height:500px;margin-top:1rem}.Wall-module__PJJWra__rightSidebar{flex-direction:column;gap:1.5rem;width:300px;height:fit-content;display:flex;position:sticky;top:2rem}.Wall-module__PJJWra__services{background-color:#2d3748;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__services h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Wall-module__PJJWra__servicesList{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Wall-module__PJJWra__serviceItem{color:#e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.Wall-module__PJJWra__serviceItem:hover{color:#4299e1;background-color:#4299e11a}.Wall-module__PJJWra__serviceItem img{width:32px;height:32px}.Wall-module__PJJWra__serviceItem .Wall-module__PJJWra__icon{color:#4299e1;font-size:1.5rem;transition:all .2s}.Wall-module__PJJWra__serviceItem:hover .Wall-module__PJJWra__icon{color:#63b3ed;transform:scale(1.1)}.Wall-module__PJJWra__trendingTopics{background-color:#2d3748;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__trendingTopics h3{color:#e2e8f0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Wall-module__PJJWra__topicsList{flex-direction:column;gap:.5rem;display:flex}.Wall-module__PJJWra__topic{border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;transition:all .2s;display:flex}.Wall-module__PJJWra__topic:hover{background-color:#4299e11a}.Wall-module__PJJWra__topicTag{color:#4299e1;font-weight:500}.Wall-module__PJJWra__topicCount{color:#a0aec0;font-size:.875rem}.Wall-module__PJJWra__error{color:#fc8181;background-color:#feb2b21a;border-radius:8px;padding:1rem}.Wall-module__PJJWra__loading{color:#a0aec0;justify-content:center;align-items:center;min-height:200px;display:flex}@media screen and (max-width:1200px){.Wall-module__PJJWra__mainContainer{padding:1rem}.Wall-module__PJJWra__leftSidebar,.Wall-module__PJJWra__rightSidebar{width:240px}.Wall-module__PJJWra__servicesList{grid-template-columns:1fr}}@media screen and (max-width:1024px){.Wall-module__PJJWra__rightSidebar{display:none}}@media screen and (max-width:768px){.Wall-module__PJJWra__mainContainer{flex-direction:column;padding:1rem}.Wall-module__PJJWra__leftSidebar{width:100%;position:static}.Wall-module__PJJWra__profileWithNav{background-color:#2d3748;border-radius:12px;flex-direction:row;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 2px 8px #0000001a}.Wall-module__PJJWra__profileWithNav .Wall-module__PJJWra__userProfile{text-align:center;box-shadow:none;background:0 0;flex-shrink:0;margin-bottom:0;padding:.5rem}.Wall-module__PJJWra__profileWithNav .Wall-module__PJJWra__userProfile img{width:64px;height:64px;margin-bottom:.25rem}.Wall-module__PJJWra__profileWithNav .Wall-module__PJJWra__userProfile h3{font-size:.875rem}.Wall-module__PJJWra__profileWithNav .Wall-module__PJJWra__sideNav{box-shadow:none;background:0 0;flex-direction:column;flex:1;gap:.25rem;padding:0;display:flex}.Wall-module__PJJWra__profileWithNav .Wall-module__PJJWra__sideNav a{padding:.5rem .75rem}.Wall-module__PJJWra__petCategories{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.Wall-module__PJJWra__petCategories h3{grid-column:1/-1;margin-bottom:.25rem}.Wall-module__PJJWra__feed{max-width:100%}.Wall-module__PJJWra__albumsGrid{grid-template-columns:1fr}.Wall-module__PJJWra__userProfile img{width:100px;height:100px}.Wall-module__PJJWra__createPost,.Wall-module__PJJWra__post{padding:1rem}.Wall-module__PJJWra__createPost button{align-self:center;width:auto}}@media screen and (max-width:480px){.Wall-module__PJJWra__mainContainer{padding:.5rem}.Wall-module__PJJWra__postUser img{width:40px;height:40px}}.Wall-module__PJJWra__postActions{border-top:1px solid #eee;margin-top:12px;padding:8px 0;display:flex}.Wall-module__PJJWra__likeButton{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:8px;padding:8px;transition:color .2s;display:flex}.Wall-module__PJJWra__likeButton:hover,.Wall-module__PJJWra__likeButton.Wall-module__PJJWra__liked{color:#ff4b4b}.Wall-module__PJJWra__likeButton span{font-size:14px}.Wall-module__PJJWra__postActions{align-items:center;gap:1rem;display:flex}.Wall-module__PJJWra__deleteButton{color:#666;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s}.Wall-module__PJJWra__deleteButton:hover{color:#ff4b4b}.Wall-module__PJJWra__commentsSection{border-top:1px solid #4a5568;margin-top:1rem;padding-top:1rem}.Wall-module__PJJWra__commentsList{flex-direction:column;gap:1rem;display:flex}.Wall-module__PJJWra__comment{background-color:#2d3748;border-radius:8px;padding:1rem;position:relative}.Wall-module__PJJWra__comment:not(.Wall-module__PJJWra__reply){margin-bottom:.75rem}.Wall-module__PJJWra__commentHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Wall-module__PJJWra__commentAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Wall-module__PJJWra__commentAuthor{color:#e2e8f0;font-weight:600;text-decoration:none;transition:color .2s}.Wall-module__PJJWra__commentAuthor:hover{color:#4299e1}.Wall-module__PJJWra__commentDate{color:#a0aec0;font-size:.875rem}.Wall-module__PJJWra__commentContent{color:#e2e8f0;margin:0}.Wall-module__PJJWra__commentForm{gap:.5rem;margin-top:1rem;display:flex}.Wall-module__PJJWra__commentInput{color:#e2e8f0;background-color:#2d3748;border:1px solid #4a5568;border-radius:4px;flex:1;padding:.5rem}.Wall-module__PJJWra__commentSubmit{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:4px;padding:.5rem 1rem}.Wall-module__PJJWra__commentSubmit:hover{background-color:#3182ce}.Wall-module__PJJWra__commentButton{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;gap:8px;padding:8px;transition:color .2s;display:flex}.Wall-module__PJJWra__commentButton:hover{color:#4299e1}.Wall-module__PJJWra__replyButton{color:#4299e1;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:4px 8px;font-size:.875rem}.Wall-module__PJJWra__replyButton:hover{text-decoration:underline}.Wall-module__PJJWra__comment.Wall-module__PJJWra__reply{background-color:#252a33;border-left:2px solid #4a5568;margin-top:.5rem;margin-bottom:.5rem;margin-left:2.5rem;padding-left:1.5rem;position:relative}.Wall-module__PJJWra__comment.Wall-module__PJJWra__reply:before{content:"";background-color:#4a5568;width:2px;position:absolute;top:0;bottom:0;left:0}.Wall-module__PJJWra__comment.Wall-module__PJJWra__reply .Wall-module__PJJWra__commentHeader{margin-bottom:.25rem}.Wall-module__PJJWra__comment.Wall-module__PJJWra__reply .Wall-module__PJJWra__commentContent{font-size:.9375rem}.Wall-module__PJJWra__replyForm{gap:.5rem;margin-top:.75rem;margin-left:0;padding-left:0;display:flex}.Wall-module__PJJWra__cancelButton{color:#fff;cursor:pointer;background-color:#4a5568;border:none;border-radius:4px;padding:.5rem 1rem}.Wall-module__PJJWra__cancelButton:hover{background-color:#2d3748}.Wall-module__PJJWra__editButton{color:#666;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s}.Wall-module__PJJWra__editButton:hover{color:#4299e1}.Wall-module__PJJWra__editInput{color:#e2e8f0;background-color:#2d3748;border:1px solid #4a5568;border-radius:4px;width:100%;margin-bottom:.5rem;padding:.5rem}.Wall-module__PJJWra__editActions{gap:.5rem;display:flex}.Wall-module__PJJWra__saveButton{color:#fff;cursor:pointer;background-color:#48bb78;border:none;border-radius:4px;padding:.5rem 1rem}.Wall-module__PJJWra__saveButton:hover{background-color:#38a169}
