.CommentSection-module__t_xYcq__commentSection{border-top:1px solid var(--card-border);margin-top:3rem;padding-top:2rem}.CommentSection-module__t_xYcq__commentsList{flex-direction:column;gap:1.5rem;display:flex}.CommentSection-module__t_xYcq__comment{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.25rem;transition:transform .2s,border-color .2s}.CommentSection-module__t_xYcq__comment:hover{border-color:var(--accent)}.CommentSection-module__t_xYcq__commentHeader{align-items:center;margin-bottom:.75rem;display:flex}.CommentSection-module__t_xYcq__commentContent{white-space:pre-wrap;margin-bottom:.5rem}.CommentSection-module__t_xYcq__replyButton{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.85rem;transition:opacity .2s}.CommentSection-module__t_xYcq__replyButton:hover{opacity:.8;text-decoration:underline}.CommentSection-module__t_xYcq__replies{border-left:1px solid var(--card-border);flex-direction:column;gap:1.25rem;margin-top:1.25rem;margin-left:1.5rem;padding-left:1.5rem;display:flex;position:relative}.CommentSection-module__t_xYcq__replies:before{content:"";background:linear-gradient(to bottom,var(--accent),transparent);opacity:.5;width:2px;position:absolute;top:0;bottom:0;left:-1px}.CommentSection-module__t_xYcq__replyForm{border-radius:var(--radius);border:1px solid var(--card-border);background:#ffffff05;margin-top:1rem;padding:1rem}.CommentSection-module__t_xYcq__replyForm .CommentSection-module__t_xYcq__input{background:var(--background);margin-bottom:.5rem}
.ReportModal-module__jFFWuW__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ReportModal-module__jFFWuW__modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);width:90%;max-width:500px;padding:2rem;animation:.3s ReportModal-module__jFFWuW__slideUp;box-shadow:0 10px 30px #00000080}@keyframes ReportModal-module__jFFWuW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ReportModal-module__jFFWuW__title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.ReportModal-module__jFFWuW__reasonGrid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.ReportModal-module__jFFWuW__reasonBtn{border:1px solid var(--card-border);border-radius:var(--radius);color:var(--secondary);cursor:pointer;transition:var(--transition);text-align:left;background:#ffffff08;padding:.75rem;font-size:.9rem}.ReportModal-module__jFFWuW__reasonBtn:hover{border-color:var(--accent);background:#ffffff0d}.ReportModal-module__jFFWuW__reasonBtnActive{border-color:var(--accent);background:var(--accent);color:#fff}.ReportModal-module__jFFWuW__textarea{border:1px solid var(--card-border);border-radius:var(--radius);width:100%;color:var(--foreground);resize:none;background:#ffffff05;margin-bottom:1.5rem;padding:1rem}.ReportModal-module__jFFWuW__actions{justify-content:flex-end;gap:1rem;display:flex}.ReportModal-module__jFFWuW__reportIcon{cursor:pointer;opacity:.5;transition:var(--transition);align-items:center;display:flex}.ReportModal-module__jFFWuW__reportIcon:hover{opacity:1;color:#ef4444}
.PostCard-module__daOK_G__card{transition:var(--transition);gap:1.5rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.PostCard-module__daOK_G__contentWrapper{flex-direction:column;flex:1;gap:.75rem;display:flex}.PostCard-module__daOK_G__authorLink{z-index:1;color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex;position:relative}.PostCard-module__daOK_G__authorAvatar{border-radius:50%;width:24px;height:24px;position:relative;overflow:hidden}.PostCard-module__daOK_G__authorInitial{background:linear-gradient(45deg,var(--accent),#f0f);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;font-weight:700;display:flex}.PostCard-module__daOK_G__authorName{color:var(--secondary);font-size:.9rem}.PostCard-module__daOK_G__title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.PostCard-module__daOK_G__excerpt{color:var(--secondary);margin:0;font-size:1rem;line-height:1.6}.PostCard-module__daOK_G__footer{color:var(--secondary);z-index:2;align-items:center;gap:1.5rem;margin-top:auto;font-size:.85rem;display:flex;position:relative}.PostCard-module__daOK_G__reportButton{color:inherit;cursor:pointer;opacity:.5;background:0 0;border:none;align-items:center;gap:.3rem;transition:opacity .2s;display:flex}.PostCard-module__daOK_G__reportButton:hover{opacity:1}.PostCard-module__daOK_G__imageWrapper{border-radius:var(--radius);flex-shrink:0;width:160px;height:160px;position:relative;overflow:hidden}.PostCard-module__daOK_G__clickOverlay{z-index:0;position:absolute;inset:0}@media (max-width:768px){.PostCard-module__daOK_G__card{flex-direction:column-reverse;gap:1rem;padding:1rem}.PostCard-module__daOK_G__contentWrapper{width:100%}.PostCard-module__daOK_G__imageWrapper{width:100%;height:200px;margin-bottom:.5rem}.PostCard-module__daOK_G__title{margin-top:.5rem;font-size:1.25rem;line-height:1.3}.PostCard-module__daOK_G__excerpt{font-size:1rem}.PostCard-module__daOK_G__footer{flex-wrap:wrap;gap:.75rem;margin-top:1rem;font-size:.8rem}}
.ProfileActions-module__m-lCRq__actionsContainer{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}@media (min-width:768px){.ProfileActions-module__m-lCRq__actionsContainer{margin-bottom:0;position:absolute;top:1rem;right:1rem}}@media (max-width:767px){.ProfileActions-module__m-lCRq__actionsContainer{flex-wrap:wrap;justify-content:center;width:100%;margin-top:1rem}}
