.CommunityPostView-module__d08u9a__postContainer{max-width:1000px;margin:2rem auto 0;padding:2rem}.CommunityPostView-module__d08u9a__breadcrumb{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;display:flex}.CommunityPostView-module__d08u9a__breadcrumbLink{color:var(--accent-pink-dark);font-weight:500;text-decoration:none;transition:all .2s}.CommunityPostView-module__d08u9a__breadcrumbLink:hover{color:var(--accent-pink);text-decoration:underline}.CommunityPostView-module__d08u9a__breadcrumbSeparator{color:var(--text-muted);font-weight:300}.CommunityPostView-module__d08u9a__breadcrumbCurrent{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:400px;font-weight:500;overflow:hidden}.CommunityPostView-module__d08u9a__postCard{background:var(--bg-card);border:3px solid;border-image:linear-gradient(135deg,var(--accent-pink-light),var(--accent-pink),var(--accent-pink-dark))1;box-shadow:var(--shadow),0 0 25px #ffb3ba4d;border-radius:12px;margin-bottom:2rem;padding:2rem}.CommunityPostView-module__d08u9a__postHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:start;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.CommunityPostView-module__d08u9a__postTitle{color:var(--accent-pink-dark);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.CommunityPostView-module__d08u9a__postMeta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.CommunityPostView-module__d08u9a__authorInfo{align-items:center;gap:.75rem;display:flex}.CommunityPostView-module__d08u9a__authorAvatar{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.CommunityPostView-module__d08u9a__authorDetails{flex-direction:column;gap:.25rem;display:flex}.CommunityPostView-module__d08u9a__authorName{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.CommunityPostView-module__d08u9a__badge{border-radius:12px;padding:.25rem .65rem;font-size:.7rem;font-weight:600}.CommunityPostView-module__d08u9a__badgeOp{color:#fff;background:#3b82f6}.CommunityPostView-module__d08u9a__badgeStaff{background:var(--accent-pink);color:#fff}.CommunityPostView-module__d08u9a__badgeSolved{color:#fff;background:#10b981}.CommunityPostView-module__d08u9a__postDate{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.85rem;display:flex}.CommunityPostView-module__d08u9a__postContent{color:var(--text-primary);white-space:pre-wrap;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.CommunityPostView-module__d08u9a__commentsSection{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem}.CommunityPostView-module__d08u9a__commentsIndicator{background:var(--bg-secondary);cursor:pointer;border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:all .2s;display:inline-flex}.CommunityPostView-module__d08u9a__commentsIndicator:hover{background:var(--accent-pink-light);border-color:var(--accent-pink)}.CommunityPostView-module__d08u9a__conversationSection{background:var(--bg-card);border:2px solid var(--accent-pink-light);border-radius:12px;margin-top:2rem;margin-bottom:3rem;padding:2rem}.CommunityPostView-module__d08u9a__sectionHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.CommunityPostView-module__d08u9a__sectionTitle{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.CommunityPostView-module__d08u9a__chatContainer{flex-direction:column;gap:1.5rem;display:flex}.CommunityPostView-module__d08u9a__chatMessage{border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.CommunityPostView-module__d08u9a__chatMessage.CommunityPostView-module__d08u9a__staffMessage{border-left:4px solid var(--accent-pink);background:linear-gradient(135deg,#ffb3ba14,#ff8b940a)}.CommunityPostView-module__d08u9a__chatMessage.CommunityPostView-module__d08u9a__opMessage{background:linear-gradient(135deg,#3b82f614,#2563eb0a);border-left:4px solid #3b82f6}.CommunityPostView-module__d08u9a__chatAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.CommunityPostView-module__d08u9a__chatAvatar.CommunityPostView-module__d08u9a__staff{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark))}.CommunityPostView-module__d08u9a__chatAvatar.CommunityPostView-module__d08u9a__op{background:linear-gradient(135deg,#3b82f6,#2563eb)}.CommunityPostView-module__d08u9a__chatContent{flex:1}.CommunityPostView-module__d08u9a__chatHeader{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.CommunityPostView-module__d08u9a__chatAuthor{color:var(--text-primary);font-weight:600}.CommunityPostView-module__d08u9a__chatTimestamp{color:var(--text-secondary);font-size:.8rem}.CommunityPostView-module__d08u9a__chatText{color:var(--text-primary);white-space:pre-wrap;line-height:1.7}.CommunityPostView-module__d08u9a__chatActions{border-top:1px solid var(--border-color);gap:1rem;margin-top:.75rem;padding-top:.75rem;display:flex}.CommunityPostView-module__d08u9a__actionBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-size:.85rem;transition:all .2s}.CommunityPostView-module__d08u9a__actionBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.CommunityPostView-module__d08u9a__replyForm{background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:8px;margin-top:1.5rem;padding:1.5rem}.CommunityPostView-module__d08u9a__replyForm textarea{border:1px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);resize:vertical;border-radius:8px;min-height:100px;padding:1rem;font-family:Inter,sans-serif;font-size:.95rem}.CommunityPostView-module__d08u9a__formActions{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.CommunityPostView-module__d08u9a__btnPrimary{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.CommunityPostView-module__d08u9a__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff8b9480}.CommunityPostView-module__d08u9a__popup{z-index:3000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.CommunityPostView-module__d08u9a__popup.CommunityPostView-module__d08u9a__show{display:flex}.CommunityPostView-module__d08u9a__popupContent{background:var(--bg-card);border-radius:12px;width:90%;max-width:700px;max-height:80vh;padding:2rem;overflow-y:auto}.CommunityPostView-module__d08u9a__popupHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.CommunityPostView-module__d08u9a__popupClose{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:1.5rem}.CommunityPostView-module__d08u9a__commentItem{background:var(--bg-secondary);border-left:3px solid var(--accent-pink-light);border-radius:8px;margin-bottom:1rem;padding:1rem}.CommunityPostView-module__d08u9a__commentHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.CommunityPostView-module__d08u9a__commentAuthor{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.CommunityPostView-module__d08u9a__commentContent{white-space:pre-wrap;margin:.75rem 0;line-height:1.6}@media (max-width:768px){.CommunityPostView-module__d08u9a__postContainer{margin-top:1rem;padding:1rem}.CommunityPostView-module__d08u9a__postTitle{font-size:2rem}.CommunityPostView-module__d08u9a__postHeader{flex-direction:column}.CommunityPostView-module__d08u9a__breadcrumbCurrent{max-width:200px}}.CommunityPostView-module__d08u9a__commentAvatar{background:linear-gradient(135deg,var(--accent-pink-light),var(--accent-pink));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 2px 8px #ff8b944d}.CommunityPostView-module__d08u9a__commentAuthorSection:hover .CommunityPostView-module__d08u9a__commentAvatar{transform:scale(1.05);box-shadow:0 4px 12px #ff8b9466}.CommunityPostView-module__d08u9a__commentItem{border-bottom:1px solid var(--border-color);padding:1rem;transition:all .2s}.CommunityPostView-module__d08u9a__commentItem:last-child{border-bottom:none}.CommunityPostView-module__d08u9a__commentItem:hover{background:var(--bg-secondary)}.CommunityPostView-module__d08u9a__commentHeader{margin-bottom:.75rem}.CommunityPostView-module__d08u9a__commentAuthorSection{align-items:center;gap:.75rem;display:flex}.CommunityPostView-module__d08u9a__commentAuthor{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.CommunityPostView-module__d08u9a__commentContent{color:var(--text-secondary);border-left:2px solid var(--accent-pink-light);margin-left:56px;padding-left:.75rem;line-height:1.6}
