.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)}.CreatePostModal-module__BA6M_q__modeTabs{gap:6px;padding:0 1.25rem .75rem;display:flex}.CreatePostModal-module__BA6M_q__modeTab{background:var(--bg-gray-dark,#f0f0f0);color:var(--text-tertiary,#666);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:7px 15px;font-family:inherit;font-size:.83rem;font-weight:650;transition:background .16s,color .16s;display:flex}.CreatePostModal-module__BA6M_q__modeTabOn{background:var(--text-primary,#111);color:var(--background,#fff)}.CreatePostModal-module__BA6M_q__hopHandoff{text-align:center;padding:1.5rem 1.25rem 2rem}.CreatePostModal-module__BA6M_q__hopBlurb{color:var(--text-tertiary,#666);margin:0 0 1rem;font-size:.87rem;line-height:1.55}.CreatePostModal-module__BA6M_q__hopButton{background:var(--primary-green,#6dbd5c);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:11px 24px;font-family:inherit;font-size:.88rem;font-weight:700}.CreatePostModal-module__BA6M_q__uploadButtonDisabled{opacity:.45}.CreatePostModal-module__BA6M_q__videoPreview{background:#000;border-radius:12px;margin-top:.75rem;position:relative;overflow:hidden}.CreatePostModal-module__BA6M_q__videoPreviewEl{object-fit:contain;background:#000;width:100%;max-height:320px;display:block}.CreatePostModal-module__BA6M_q__removeVideo{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:26px;height:26px;font-size:17px;line-height:1;position:absolute;top:8px;right:8px}.CreatePostModal-module__BA6M_q__videoNote{color:#ffffffbf;background:#0000008c;margin:0;padding:7px 10px;font-size:.74rem}
.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}
.HashtagView-module__Nvh50q__header{max-width:1000px;margin:0 auto;padding:20px 20px 0}.HashtagView-module__Nvh50q__tagIcon{background:var(--bg-gray-dark);width:52px;height:52px;color:var(--text-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:12px;font-size:1.6rem;font-weight:800;line-height:1;display:inline-flex}.HashtagView-module__Nvh50q__tagInfo{flex-direction:column;gap:2px;display:flex}.HashtagView-module__Nvh50q__tagName{letter-spacing:-.03em;color:var(--text-primary);word-break:break-word;margin:0;font-size:2rem;font-weight:800;line-height:1.15}.HashtagView-module__Nvh50q__tagCount{color:var(--text-tertiary);margin:0;font-size:.86rem}.HashtagView-module__Nvh50q__tabs{gap:7px;max-width:1000px;margin:18px auto 16px;padding:0 20px;display:flex}.HashtagView-module__Nvh50q__tab{background:var(--bg-gray-dark);color:var(--text-tertiary);cursor:pointer;border:none;border-radius:999px;padding:7px 16px;font-family:inherit;font-size:.83rem;font-weight:650;transition:background .16s,color .16s}.HashtagView-module__Nvh50q__tab:hover{color:var(--text-primary)}.HashtagView-module__Nvh50q__tabActive{background:var(--text-primary);color:var(--background)}.HashtagView-module__Nvh50q__content{max-width:1000px;margin:0 auto;padding:0 20px 80px}.HashtagView-module__Nvh50q__postsGrid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:10px;display:grid}.HashtagView-module__Nvh50q__postsGrid>*{border-radius:14px;transition:transform .18s cubic-bezier(.4,0,.2,1);overflow:hidden}.HashtagView-module__Nvh50q__postsGrid>:hover{transform:translateY(-2px)}.HashtagView-module__Nvh50q__hopsGrid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:10px;display:grid}.HashtagView-module__Nvh50q__hopTile,.HashtagView-module__Nvh50q__mixedHopTile{background:var(--bg-gray-dark);cursor:pointer;border:none;border-radius:14px;width:100%;padding:0;transition:transform .18s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.HashtagView-module__Nvh50q__hopTile{aspect-ratio:9/16}.HashtagView-module__Nvh50q__mixedHopTile{aspect-ratio:4/5}.HashtagView-module__Nvh50q__hopTile:hover,.HashtagView-module__Nvh50q__mixedHopTile:hover{transform:translateY(-2px)}.HashtagView-module__Nvh50q__hopPoster{object-fit:cover;width:100%;height:100%;display:block}.HashtagView-module__Nvh50q__hopPosterEmpty{background:linear-gradient(150deg,#2c2c2c,#141414);width:100%;height:100%;display:block}.HashtagView-module__Nvh50q__hopBadge{color:#fff;filter:drop-shadow(0 1px 4px #000000bf);display:flex;position:absolute;top:9px;right:9px}.HashtagView-module__Nvh50q__hopViews{color:#fff;text-shadow:0 1px 3px #000000b3;align-items:center;gap:4px;font-size:.72rem;font-weight:700;display:flex;position:absolute;bottom:9px;left:9px}.HashtagView-module__Nvh50q__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:10px;display:grid}.HashtagView-module__Nvh50q__skeleton{aspect-ratio:4/5;background:var(--bg-gray-dark);border-radius:14px;animation:1.3s ease-in-out infinite HashtagView-module__Nvh50q__pulse}@keyframes HashtagView-module__Nvh50q__pulse{0%,to{opacity:1}50%{opacity:.55}}.HashtagView-module__Nvh50q__loading{display:none}.HashtagView-module__Nvh50q__loadingMore{text-align:center;color:var(--text-tertiary);padding:26px 0;font-size:.84rem}.HashtagView-module__Nvh50q__empty{text-align:center;padding:68px 20px}.HashtagView-module__Nvh50q__emptyIcon{background:var(--bg-gray-dark);width:60px;height:60px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.4rem;display:inline-flex}.HashtagView-module__Nvh50q__emptyTitle{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 6px;font-size:1.1rem;font-weight:700}.HashtagView-module__Nvh50q__emptyDesc{max-width:330px;color:var(--text-tertiary);margin:0 auto;font-size:.87rem;line-height:1.55}.HashtagView-module__Nvh50q__crossLink{background:var(--text-primary);color:var(--background);cursor:pointer;border:none;border-radius:999px;margin-top:16px;padding:9px 18px;font-family:inherit;font-size:.83rem;font-weight:650}@media (max-width:560px){.HashtagView-module__Nvh50q__header{padding:14px 14px 0}.HashtagView-module__Nvh50q__tagName{font-size:1.6rem}.HashtagView-module__Nvh50q__tabs{margin:14px auto 12px;padding:0 14px}.HashtagView-module__Nvh50q__content{padding:0 14px 64px}.HashtagView-module__Nvh50q__postsGrid,.HashtagView-module__Nvh50q__hopsGrid,.HashtagView-module__Nvh50q__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:6px}}@media (prefers-reduced-motion:reduce){.HashtagView-module__Nvh50q__postsGrid>*,.HashtagView-module__Nvh50q__hopTile,.HashtagView-module__Nvh50q__mixedHopTile,.HashtagView-module__Nvh50q__skeleton{transition:none;animation:none}}.HashtagView-module__Nvh50q__sortGroup{background:var(--bg-gray-dark);border-radius:999px;gap:4px;margin-left:auto;padding:3px;display:flex}.HashtagView-module__Nvh50q__sortBtn{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:5px 13px;font-family:inherit;font-size:.78rem;font-weight:650;transition:background .16s,color .16s}.HashtagView-module__Nvh50q__sortBtn:hover{color:var(--text-primary)}.HashtagView-module__Nvh50q__sortBtnOn{background:var(--bg-white);color:var(--text-primary);box-shadow:0 1px 3px #00000017}@media (max-width:640px){.HashtagView-module__Nvh50q__tabs{flex-wrap:wrap}.HashtagView-module__Nvh50q__sortGroup{justify-content:space-between;width:100%;margin-left:0}.HashtagView-module__Nvh50q__sortBtn{flex:1}}
.hashtag-module__78OHZW__page{background:var(--background);min-height:calc(100vh - 120px);padding-top:70px}
.search-module__YjN2aq__page{background:var(--bg-gray-light);min-height:calc(100vh - 120px);padding-top:70px}.dark-mode .search-module__YjN2aq__page{background:var(--bg-gray)}
