.CreatePostModal-module__BA6M_q__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CreatePostModal-module__BA6M_q__modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.CreatePostModal-module__BA6M_q__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CreatePostModal-module__BA6M_q__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}.CreatePostModal-module__BA6M_q__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .2s;display:flex}.CreatePostModal-module__BA6M_q__closeButton:hover{background:var(--hover-bg);color:var(--text-primary)}.CreatePostModal-module__BA6M_q__form{padding:1.5rem}.CreatePostModal-module__BA6M_q__uploadSection{margin-bottom:1.5rem}.CreatePostModal-module__BA6M_q__uploadLabel{cursor:pointer;display:block}.CreatePostModal-module__BA6M_q__hiddenInput{display:none}.CreatePostModal-module__BA6M_q__uploadButton{background:var(--primary-green);color:#fff;text-align:center;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.CreatePostModal-module__BA6M_q__uploadButton:hover{background:var(--primary-green-hover);transform:translateY(-2px)}.CreatePostModal-module__BA6M_q__uploadLabel:has(input:disabled) .CreatePostModal-module__BA6M_q__uploadButton{background:var(--text-muted);cursor:not-allowed;transform:none}.CreatePostModal-module__BA6M_q__imagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1rem;display:grid}.CreatePostModal-module__BA6M_q__imagePreview{aspect-ratio:1;background:var(--hover-bg);border-radius:12px;position:relative;overflow:hidden}.CreatePostModal-module__BA6M_q__imagePreview img{object-fit:cover;width:100%;height:100%}.CreatePostModal-module__BA6M_q__removeButton{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.CreatePostModal-module__BA6M_q__removeButton:hover{background:#dc3545e6;transform:scale(1.1)}.CreatePostModal-module__BA6M_q__imageNumber{color:#fff;background:#000000b3;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem}.CreatePostModal-module__BA6M_q__captionSection{margin-bottom:1.5rem}.CreatePostModal-module__BA6M_q__captionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CreatePostModal-module__BA6M_q__label{color:var(--text-primary);font-size:.95rem;font-weight:600;display:block}.CreatePostModal-module__BA6M_q__emojiButton{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .75rem;font-size:1.25rem;line-height:1;transition:all .2s}.CreatePostModal-module__BA6M_q__emojiButton:hover:not(:disabled){background:var(--hover-bg);transform:scale(1.05)}.CreatePostModal-module__BA6M_q__emojiButton:disabled{opacity:.5;cursor:not-allowed}.CreatePostModal-module__BA6M_q__emojiPicker{border:1px solid var(--border-color);scrollbar-width:thin;background:#f9fafb;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.25rem;max-height:200px;margin-bottom:.75rem;padding:.75rem;display:grid;overflow-y:auto}.CreatePostModal-module__BA6M_q__emojiPicker::-webkit-scrollbar{width:8px}.CreatePostModal-module__BA6M_q__emojiPicker::-webkit-scrollbar-track{background:0 0}.CreatePostModal-module__BA6M_q__emojiPicker::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.CreatePostModal-module__BA6M_q__emojiPicker::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.CreatePostModal-module__BA6M_q__emojiItem{border:1px solid var(--border-color);cursor:pointer;aspect-ratio:1;background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .15s;display:flex}.CreatePostModal-module__BA6M_q__emojiItem:hover:not(:disabled){background:var(--primary-green);transform:scale(1.1)}.CreatePostModal-module__BA6M_q__emojiItem:disabled{opacity:.5;cursor:not-allowed}.CreatePostModal-module__BA6M_q__textarea{border:1px solid var(--border-color);background:var(--input-bg);width:100%;color:var(--text-primary);resize:vertical;border-radius:12px;min-height:100px;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .2s}.CreatePostModal-module__BA6M_q__textarea:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #6ab04c1a}.CreatePostModal-module__BA6M_q__textarea:disabled{background:var(--hover-bg);cursor:not-allowed;opacity:.6}.CreatePostModal-module__BA6M_q__charCount{text-align:right;color:var(--text-secondary);margin-top:.25rem;font-size:.85rem;display:block}.CreatePostModal-module__BA6M_q__textareaWrapper{width:100%;position:relative}.CreatePostModal-module__BA6M_q__mentionDropdown{border:1px solid var(--border-color);z-index:1000;background:#fff;border-radius:10px;min-width:200px;max-height:200px;position:absolute;overflow-y:auto;box-shadow:0 6px 24px #00000024}.CreatePostModal-module__BA6M_q__mentionItem{cursor:pointer;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.CreatePostModal-module__BA6M_q__mentionItem:hover,.CreatePostModal-module__BA6M_q__mentionItemActive{background:var(--hover-bg,#f5f5f5)}.CreatePostModal-module__BA6M_q__mentionAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}.CreatePostModal-module__BA6M_q__mentionAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;background:#6ab04c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.CreatePostModal-module__BA6M_q__mentionUsername{color:var(--text-primary);font-size:.9rem;font-weight:500}.CreatePostModal-module__BA6M_q__hashtagIcon{color:#0095f6;background:#e8f4fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex}.CreatePostModal-module__BA6M_q__hashtagInfo{flex-direction:column;gap:1px;display:flex}.CreatePostModal-module__BA6M_q__hashtagCount{color:var(--text-secondary,#888);font-size:.75rem}.CreatePostModal-module__BA6M_q__error{color:#dc3545;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.CreatePostModal-module__BA6M_q__actions{justify-content:flex-end;gap:1rem;display:flex}.CreatePostModal-module__BA6M_q__cancelButton,.CreatePostModal-module__BA6M_q__submitButton{cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.CreatePostModal-module__BA6M_q__cancelButton{background:var(--hover-bg);color:var(--text-primary)}.CreatePostModal-module__BA6M_q__cancelButton:hover:not(:disabled){background:var(--border-color)}.CreatePostModal-module__BA6M_q__submitButton{background:var(--primary-green);color:#fff}.CreatePostModal-module__BA6M_q__submitButton:hover:not(:disabled){background:var(--primary-green-hover);transform:translateY(-2px)}.CreatePostModal-module__BA6M_q__cancelButton:disabled,.CreatePostModal-module__BA6M_q__submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:600px){.CreatePostModal-module__BA6M_q__modal{border-radius:0;max-height:100vh}.CreatePostModal-module__BA6M_q__imagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.dark-mode .CreatePostModal-module__BA6M_q__modal{background:var(--bg-white)}.dark-mode .CreatePostModal-module__BA6M_q__emojiPicker{background:var(--gray-50)}.dark-mode .CreatePostModal-module__BA6M_q__emojiItem{background:var(--bg-input)}.dark-mode .CreatePostModal-module__BA6M_q__mentionDropdown{background:var(--bg-white)}.dark-mode .CreatePostModal-module__BA6M_q__hashtagIcon{background:var(--blue-50);color:var(--blue-300)}
.PostThumbnail-module__v-pD7G__thumbnail{aspect-ratio:4/5;cursor:pointer;width:100%;color:inherit;background:#111;border:none;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}.PostThumbnail-module__v-pD7G__image{object-fit:contain;width:100%;height:100%;transition:transform .2s;display:block}.PostThumbnail-module__v-pD7G__thumbnail:hover .PostThumbnail-module__v-pD7G__image{transform:scale(1.04)}.PostThumbnail-module__v-pD7G__placeholder{color:#555;background:#1a1a1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.PostThumbnail-module__v-pD7G__multiIcon{pointer-events:none;filter:drop-shadow(0 1px 2px #0009);justify-content:center;align-items:center;display:flex;position:absolute;top:.5rem;right:.5rem}.PostThumbnail-module__v-pD7G__hoverOverlay{opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.PostThumbnail-module__v-pD7G__thumbnail:hover .PostThumbnail-module__v-pD7G__hoverOverlay{opacity:1}.PostThumbnail-module__v-pD7G__likeCount{color:#fff;text-shadow:0 1px 4px #00000080;font-size:.95rem;font-weight:700}
.hashtag-module__78OHZW__page{background:var(--bg-gray-light);min-height:calc(100vh - 120px);padding-top:70px}.dark-mode .hashtag-module__78OHZW__page{background:var(--bg-gray)}.hashtag-module__78OHZW__header{align-items:center;gap:1.25rem;max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:flex}.hashtag-module__78OHZW__tagIcon{background:linear-gradient(135deg, var(--primary-green) 0%, var(--accent-green) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 14px #10b98159}.hashtag-module__78OHZW__tagInfo{flex-direction:column;gap:.25rem;display:flex}.hashtag-module__78OHZW__tagName{color:var(--text-primary);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.hashtag-module__78OHZW__tagCount{color:var(--text-secondary);margin:0;font-size:.95rem}.hashtag-module__78OHZW__content{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.hashtag-module__78OHZW__postsGrid{grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.hashtag-module__78OHZW__postsGrid>:first-child{border-radius:10px 0 0;overflow:hidden}.hashtag-module__78OHZW__postsGrid>:nth-child(3){border-radius:0 10px 0 0;overflow:hidden}.hashtag-module__78OHZW__loadMoreWrapper{justify-content:center;margin-top:2rem;display:flex}.hashtag-module__78OHZW__loadMoreButton{border:2px solid var(--border-medium);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50px;padding:.75rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.hashtag-module__78OHZW__loadMoreButton:hover:not(:disabled){border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.hashtag-module__78OHZW__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}.hashtag-module__78OHZW__loading{text-align:center;color:var(--text-secondary);padding:4rem;font-size:1rem}.hashtag-module__78OHZW__empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.dark-mode .hashtag-module__78OHZW__empty{background:var(--bg-white);box-shadow:0 1px 3px #0003}.hashtag-module__78OHZW__emptyIcon{opacity:.6;margin-bottom:1rem;font-size:3rem}.hashtag-module__78OHZW__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.hashtag-module__78OHZW__emptyDesc{color:var(--text-secondary);max-width:300px;margin:0;font-size:.95rem}@media (max-width:600px){.hashtag-module__78OHZW__header{gap:1rem;padding:1.5rem 1rem 1rem}.hashtag-module__78OHZW__tagIcon{width:56px;height:56px;font-size:1.5rem}.hashtag-module__78OHZW__tagName{font-size:1.5rem}.hashtag-module__78OHZW__content{padding:0 0 2rem}.hashtag-module__78OHZW__postsGrid{gap:1px}.hashtag-module__78OHZW__loadMoreWrapper{padding:0 1rem}}
