.UserProfile-module__N4glHW__container{width:100%;max-width:800px;margin:2rem auto;padding:0 1rem}.UserProfile-module__N4glHW__card{background-color:var(--secondary);border:1px solid var(--border);border-radius:16px;width:100%;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.UserProfile-module__N4glHW__coverPhoto{background:linear-gradient(135deg, var(--primary), var(--accent));height:200px}.UserProfile-module__N4glHW__profileSection{padding:0 2rem 2rem;position:relative}.UserProfile-module__N4glHW__headerRow{justify-content:space-between;align-items:flex-start;display:flex}.UserProfile-module__N4glHW__avatarWrapper{border:4px solid var(--background);background-color:var(--secondary-hover);border-radius:50%;flex-shrink:0;width:128px;height:128px;margin-top:-64px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000001a}.UserProfile-module__N4glHW__avatarImage{object-fit:cover;width:100%;height:100%}.UserProfile-module__N4glHW__avatarInitial{width:100%;height:100%;color:var(--primary);background-color:var(--secondary-hover);justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.UserProfile-module__N4glHW__avatarOverlay{cursor:pointer;color:#fff;opacity:0;background:#00000080;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.UserProfile-module__N4glHW__avatarWrapper:hover .UserProfile-module__N4glHW__avatarOverlay{opacity:1}.UserProfile-module__N4glHW__fileInput{display:none}.UserProfile-module__N4glHW__actionButtons{gap:.5rem;margin-top:1rem;display:flex}.UserProfile-module__N4glHW__button{cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.UserProfile-module__N4glHW__buttonPrimary{background-color:var(--primary);color:#fff}.UserProfile-module__N4glHW__buttonPrimary:hover{background-color:var(--primary-hover)}.UserProfile-module__N4glHW__buttonPrimary:disabled{opacity:.6;cursor:not-allowed}.UserProfile-module__N4glHW__buttonSecondary{color:var(--foreground);border:1px solid var(--border);background-color:#0000}.UserProfile-module__N4glHW__buttonSecondary:hover{background-color:var(--secondary-hover)}.UserProfile-module__N4glHW__infoSection{margin-top:1rem}.UserProfile-module__N4glHW__name{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.UserProfile-module__N4glHW__username{color:var(--primary);margin-bottom:1rem;font-weight:500}.UserProfile-module__N4glHW__statsRow{gap:1.5rem;margin-bottom:1rem;display:flex}.UserProfile-module__N4glHW__statItem{cursor:pointer;border-radius:8px;flex-direction:row;align-items:center;gap:5px;padding:.5rem;transition:background-color .2s;display:flex}.UserProfile-module__N4glHW__statItem:hover{background-color:var(--secondary-hover)}.UserProfile-module__N4glHW__statValue{font-size:1.125rem;font-weight:700}.UserProfile-module__N4glHW__statLabel{color:#888;font-size:.875rem}.UserProfile-module__N4glHW__bio{white-space:pre-wrap;background:#2b2f3a;border-radius:.8rem;margin-bottom:1rem;padding:1rem;line-height:1.5}.UserProfile-module__N4glHW__joinDate{color:#888;font-size:.875rem}.UserProfile-module__N4glHW__editForm{flex-direction:column;gap:1rem;max-width:400px;margin-top:1rem;display:flex}.UserProfile-module__N4glHW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.UserProfile-module__N4glHW__label{font-size:.875rem;font-weight:600}.UserProfile-module__N4glHW__input,.UserProfile-module__N4glHW__textarea{background-color:var(--input-bg);border:1px solid var(--input-border);color:var(--foreground);border-radius:8px;padding:.75rem;font-family:inherit;transition:border-color .2s}.UserProfile-module__N4glHW__input:focus,.UserProfile-module__N4glHW__textarea:focus{border-color:var(--primary);outline:none}.UserProfile-module__N4glHW__textarea{resize:vertical;min-height:100px}.UserProfile-module__N4glHW__postsSection{border-top:1px solid var(--border);padding:2rem}.UserProfile-module__N4glHW__sectionTitle{color:#878787;margin-bottom:1.5rem;font-size:.9rem;font-weight:400}.UserProfile-module__N4glHW__postsList{flex-direction:column;gap:1.5rem;display:flex}.UserProfile-module__N4glHW__emptyState{text-align:center;background-color:var(--secondary);border:1px solid var(--border);color:#888;border-radius:12px;padding:3rem}.UserProfile-module__N4glHW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.UserProfile-module__N4glHW__modalContent{background-color:var(--secondary);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:90%;max-width:400px;max-height:80vh;display:flex;box-shadow:0 10px 25px #0003}.UserProfile-module__N4glHW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.UserProfile-module__N4glHW__modalTitle{font-size:1.1rem;font-weight:700}.UserProfile-module__N4glHW__closeButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;font-size:1.5rem;line-height:1}.UserProfile-module__N4glHW__modalBody{flex:1;padding:1rem;overflow-y:auto}.UserProfile-module__N4glHW__userRow{cursor:pointer;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;transition:background-color .2s;display:flex}.UserProfile-module__N4glHW__userRow:hover{background-color:var(--secondary-hover)}.UserProfile-module__N4glHW__userRowAvatar{background-color:var(--secondary-hover);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.UserProfile-module__N4glHW__userRowAvatar img{object-fit:cover;width:100%;height:100%}.UserProfile-module__N4glHW__userRowInfo{flex:1}.UserProfile-module__N4glHW__userRowName{font-size:.95rem;font-weight:700}.UserProfile-module__N4glHW__userRowUsername{color:#888;font-size:.8rem}.UserProfile-module__N4glHW__loadingModal{text-align:center;color:#888;padding:2rem}
.CreatePost-module__0S40iG__createPostContainer{background-color:var(--secondary);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 2px 10px #0000000d}.CreatePost-module__0S40iG__topSection{align-items:flex-start;gap:1rem;display:flex}.CreatePost-module__0S40iG__avatar{background-color:var(--secondary-hover);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.CreatePost-module__0S40iG__avatar img{object-fit:cover;width:100%;height:100%}.CreatePost-module__0S40iG__avatarFallback{color:var(--primary);font-size:1.2rem;font-weight:600}.CreatePost-module__0S40iG__inputWrapper{flex:1}.CreatePost-module__0S40iG__textarea{width:100%;color:var(--foreground);resize:none;background-color:#0000;border:none;outline:none;min-height:40px;max-height:200px;padding-top:.5rem;font-family:inherit;font-size:1.1rem}.CreatePost-module__0S40iG__textarea::placeholder{color:#888}.CreatePost-module__0S40iG__imagePreview{border:1px solid var(--border);border-radius:12px;margin-top:1rem;position:relative;overflow:hidden}.CreatePost-module__0S40iG__imagePreview img{object-fit:cover;width:100%;max-height:400px;display:block}.CreatePost-module__0S40iG__removeImageBtn{color:#fff;cursor:pointer;background-color:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.CreatePost-module__0S40iG__removeImageBtn:hover{background-color:#000c}.CreatePost-module__0S40iG__divider{background-color:var(--border);height:1px;margin:1rem 0}.CreatePost-module__0S40iG__bottomSection{justify-content:space-between;align-items:center;display:flex}.CreatePost-module__0S40iG__actionButtons{gap:.5rem;display:flex}.CreatePost-module__0S40iG__uploadBtnLabel{cursor:pointer;color:var(--primary);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .2s;display:flex}.CreatePost-module__0S40iG__uploadBtnLabel:hover{background-color:#6366f11a}.CreatePost-module__0S40iG__fileInput{display:none}.CreatePost-module__0S40iG__postBtn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.5rem;font-weight:600;transition:background-color .2s}.CreatePost-module__0S40iG__postBtn:hover:not(:disabled){background-color:var(--primary-hover)}.CreatePost-module__0S40iG__postBtn:disabled{opacity:.5;cursor:not-allowed}
.PostItem-module__nZVTkq__postCard{background-color:var(--secondary);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:border-color .2s;box-shadow:0 2px 8px #0000000d}.PostItem-module__nZVTkq__postCard:hover{border-color:var(--primary)}.PostItem-module__nZVTkq__postHeaderContainer{border-bottom:.1px solid #2f2f2f;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.PostItem-module__nZVTkq__optionsMenuContainer{position:relative}.PostItem-module__nZVTkq__optionsButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;padding:.5rem;font-size:1.25rem;font-weight:700;line-height:1}.PostItem-module__nZVTkq__optionsDropdown{background-color:var(--secondary);border:1px solid var(--border);z-index:10;border-radius:8px;flex-direction:column;min-width:120px;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.PostItem-module__nZVTkq__optionsDropdown button{text-align:left;border:none;border-bottom:1px solid var(--border);cursor:pointer;color:var(--foreground);background:0 0;padding:.75rem 1rem;font-size:.9rem;transition:background-color .2s}.PostItem-module__nZVTkq__optionsDropdown button:last-child{border-bottom:none}.PostItem-module__nZVTkq__optionsDropdown button:hover{background-color:var(--secondary-hover)}.PostItem-module__nZVTkq__deleteOption{color:#ef4444!important}.PostItem-module__nZVTkq__editPostTextarea{background-color:var(--background);border:1px solid var(--border);width:100%;min-height:80px;color:var(--foreground);resize:vertical;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-family:inherit}.PostItem-module__nZVTkq__editPostTextarea:focus{border-color:var(--primary);outline:none}.PostItem-module__nZVTkq__editPostActions{justify-content:flex-end;gap:.5rem;margin-bottom:1rem;display:flex}.PostItem-module__nZVTkq__editPostBtn{cursor:pointer;border:none;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.PostItem-module__nZVTkq__editPostBtn:hover{opacity:.8}.PostItem-module__nZVTkq__editPostBtnPrimary{background-color:var(--primary);color:#fff}.PostItem-module__nZVTkq__editPostBtnSecondary{color:var(--foreground);border:1px solid var(--border);background-color:#0000}.PostItem-module__nZVTkq__authorLink{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.PostItem-module__nZVTkq__authorLink:hover{opacity:.8}.PostItem-module__nZVTkq__postAuthorPic{background-color:var(--secondary-hover);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.PostItem-module__nZVTkq__postAuthorPic img{object-fit:cover;width:100%;height:100%}.PostItem-module__nZVTkq__postAuthorName{font-size:1rem;font-weight:600}.PostItem-module__nZVTkq__postDate{color:#888;font-size:.75rem}.PostItem-module__nZVTkq__postContent{white-space:pre-wrap;margin-bottom:1rem;line-height:1.5}.PostItem-module__nZVTkq__postImage{object-fit:cover;border-radius:8px;width:100%;max-height:400px;margin-bottom:1rem}.PostItem-module__nZVTkq__postActions{border-top:1px solid var(--border);gap:1.5rem;padding-top:1rem;display:flex}.PostItem-module__nZVTkq__actionBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.PostItem-module__nZVTkq__actionBtn:hover{opacity:.8}.PostItem-module__nZVTkq__shareBtn{margin-left:auto}.PostItem-module__nZVTkq__actionIcon{object-fit:contain;width:24px;height:24px}.PostItem-module__nZVTkq__commentsSection{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.PostItem-module__nZVTkq__commentsList{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.PostItem-module__nZVTkq__commentItem{gap:.75rem;display:flex}.PostItem-module__nZVTkq__commentAvatar{background-color:var(--secondary-hover);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.PostItem-module__nZVTkq__commentAvatar img{object-fit:cover;width:100%;height:100%}.PostItem-module__nZVTkq__commentAvatar span{color:#888;font-size:.75rem;font-weight:700}.PostItem-module__nZVTkq__commentBody{flex:1}.PostItem-module__nZVTkq__commentBubble{background-color:var(--secondary-hover);border-radius:1rem;max-width:100%;padding:.5rem .75rem;display:inline-block}.PostItem-module__nZVTkq__commentAuthor{margin-bottom:.2rem;font-size:.85rem;font-weight:600;display:inline-block}.PostItem-module__nZVTkq__commentAuthor:hover{text-decoration:underline}.PostItem-module__nZVTkq__commentText{word-wrap:break-word;white-space:pre-wrap;font-size:.9rem}.PostItem-module__nZVTkq__commentMeta{color:#888;align-items:center;gap:1rem;margin-top:.25rem;margin-left:.5rem;font-size:.75rem;display:flex}.PostItem-module__nZVTkq__commentLikeBtn{cursor:pointer;color:#888;background:0 0;border:none;font-weight:600;transition:color .2s}.PostItem-module__nZVTkq__commentLikeBtn.PostItem-module__nZVTkq__liked,.PostItem-module__nZVTkq__commentLikeBtn:hover{color:var(--accent)}.PostItem-module__nZVTkq__addCommentRow{align-items:center;gap:.75rem;display:flex}.PostItem-module__nZVTkq__commentInputWrapper{background-color:var(--secondary-hover);border:1px solid var(--border);border-radius:999px;flex:1;display:flex;overflow:hidden}.PostItem-module__nZVTkq__commentInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:.5rem 1rem;font-size:.9rem}.PostItem-module__nZVTkq__commentInput::placeholder{color:#888}.PostItem-module__nZVTkq__commentSubmitBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0 1rem;font-weight:600;transition:background-color .2s}.PostItem-module__nZVTkq__commentSubmitBtn:disabled{opacity:.5;cursor:not-allowed}.PostItem-module__nZVTkq__commentSubmitBtn:hover:not(:disabled){background-color:#6366f11a}.PostItem-module__nZVTkq__loadingText{color:#888;text-align:center;padding:1rem 0;font-size:.85rem}
.post-module__Wu2QLq__container{max-width:600px;min-height:100vh;margin:0 auto;padding:2rem 1rem}.post-module__Wu2QLq__header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.post-module__Wu2QLq__title{text-align:center;flex:1;font-size:1.5rem;font-weight:700}.post-module__Wu2QLq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.post-module__Wu2QLq__backBtn{background:var(--primary);color:#fff;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none}@media (max-width:640px){.post-module__Wu2QLq__container{padding-top:5rem;padding-bottom:5rem}}
