.CommentInput-module__KRmnDq__commentInputContainer{background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;width:100%;padding:16px 20px}.CommentInput-module__KRmnDq__commentInputWrapper{align-items:center;gap:10px;display:flex}.CommentInput-module__KRmnDq__replyingBanner{color:#65676b;background:#f0f2f5;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:4px 10px;font-size:13px;display:flex}.CommentInput-module__KRmnDq__replyingBanner strong{color:#0077b6;font-weight:600}.CommentInput-module__KRmnDq__cancelReply{color:#65676b;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:13px;font-weight:600}.CommentInput-module__KRmnDq__cancelReply:hover{color:#050505}.CommentInput-module__KRmnDq__avatar{flex-shrink:0}.CommentInput-module__KRmnDq__avatarCircle{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:600;display:flex}.CommentInput-module__KRmnDq__inputSection{flex:1;min-width:0}.CommentInput-module__KRmnDq__textarea{color:#000;resize:none;background:0 0;border:none;outline:none;width:100%;min-height:24px;padding:8px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}.CommentInput-module__KRmnDq__textarea::placeholder{color:#999}.CommentInput-module__KRmnDq__textarea:disabled{opacity:.5}.CommentInput-module__KRmnDq__submitButton{color:#999;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;font-weight:600;transition:all .2s}.CommentInput-module__KRmnDq__submitButton:hover:not(:disabled){background:#f5f5f5}.CommentInput-module__KRmnDq__submitButton.CommentInput-module__KRmnDq__active{color:#0095f6}.CommentInput-module__KRmnDq__submitButton:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.CommentInput-module__KRmnDq__commentInputContainer{padding:12px 16px}.CommentInput-module__KRmnDq__avatarCircle{font-size:14px}.CommentInput-module__KRmnDq__textarea{font-size:16px}.CommentInput-module__KRmnDq__submitButton{padding:6px 12px;font-size:14px}}[data-theme=dark] .CommentInput-module__KRmnDq__commentInputContainer{background:var(--bg-primary,#0a0a0a);border-color:var(--border-color,#262626)}[data-theme=dark] .CommentInput-module__KRmnDq__avatarCircle{background:var(--avatar-gradient)}[data-theme=dark] .CommentInput-module__KRmnDq__textarea{color:var(--text-primary,#fff)}[data-theme=dark] .CommentInput-module__KRmnDq__textarea::placeholder{color:var(--text-tertiary,#737373)}[data-theme=dark] .CommentInput-module__KRmnDq__submitButton{color:var(--text-secondary,#a3a3a3)}[data-theme=dark] .CommentInput-module__KRmnDq__submitButton.CommentInput-module__KRmnDq__active{color:var(--accent-color,#0095f6)}[data-theme=dark] .CommentInput-module__KRmnDq__submitButton:hover:not(:disabled){background:var(--bg-hover,#1a1a1a)}.CommentInput-module__KRmnDq__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.CommentInput-module__KRmnDq__docked{z-index:1100;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #e6e6e6;border-bottom:none;transition:bottom .15s;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000f}.CommentInput-module__KRmnDq__docked .CommentInput-module__KRmnDq__commentInputWrapper{gap:8px}.CommentInput-module__KRmnDq__docked .CommentInput-module__KRmnDq__textarea{max-height:96px;overflow-y:auto}.CommentInput-module__KRmnDq__previewRow{align-items:center;gap:10px;margin-bottom:8px;display:flex}.CommentInput-module__KRmnDq__previewBox{background:#f0f2f5;border-radius:10px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.CommentInput-module__KRmnDq__previewBox img{object-fit:cover;width:100%;height:100%;display:block}.CommentInput-module__KRmnDq__removeImage{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:15px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.CommentInput-module__KRmnDq__previewHint{color:#65676b;font-size:12px;line-height:1.4}.CommentInput-module__KRmnDq__imageButton{color:#65676b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s;display:flex}.CommentInput-module__KRmnDq__imageButton:hover:not(:disabled){background:#f0f2f5}.CommentInput-module__KRmnDq__imageButton:disabled{opacity:.4;cursor:not-allowed}.CommentInput-module__KRmnDq__error{color:#d93025;margin-bottom:8px;font-size:13px}[data-theme=dark] .CommentInput-module__KRmnDq__docked{border-color:var(--border-color,#262626);background:#0a0a0af5}[data-theme=dark] .CommentInput-module__KRmnDq__previewBox{background:var(--bg-tertiary,#1a1a1a)}[data-theme=dark] .CommentInput-module__KRmnDq__previewHint,[data-theme=dark] .CommentInput-module__KRmnDq__imageButton{color:var(--text-secondary,#a3a3a3)}[data-theme=dark] .CommentInput-module__KRmnDq__imageButton:hover:not(:disabled){background:var(--bg-hover,#1a1a1a)}@media (max-width:768px){.CommentInput-module__KRmnDq__docked{display:block}}
.CreateThreadInput-module__9d_vSa__createThreadContainer{cursor:pointer;background:#fff;border-bottom:1px solid #f0f0f0;width:100%;max-width:600px;padding:20px;transition:background .2s}.CreateThreadInput-module__9d_vSa__createThreadContainer:hover{background:#fafafa}.CreateThreadInput-module__9d_vSa__createThreadWrapper{align-items:center;gap:16px;display:flex}.CreateThreadInput-module__9d_vSa__createAvatar{flex-shrink:0}.CreateThreadInput-module__9d_vSa__avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:600;display:flex}.CreateThreadInput-module__9d_vSa__createInputSection{flex:1;min-width:0}.CreateThreadInput-module__9d_vSa__placeholder{color:#999;padding:8px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px}.CreateThreadInput-module__9d_vSa__postButton{color:#999;cursor:pointer;pointer-events:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:-6px;padding:0;display:flex}.CreateThreadInput-module__9d_vSa__postButton svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}@media (max-width:768px){.CreateThreadInput-module__9d_vSa__createThreadContainer{padding:12px 16px}.CreateThreadInput-module__9d_vSa__createThreadWrapper{gap:12px}.CreateThreadInput-module__9d_vSa__avatar{width:40px;height:40px;font-size:16px}}.CreateThreadInput-module__9d_vSa__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}
.SectionHeading-module__K1aSYW__shRow{background:var(--bg-primary,#fff);justify-content:space-between;align-items:center;gap:12px;padding:12px 18px 10px 20px;display:flex}.SectionHeading-module__K1aSYW__shText{color:var(--text-primary,#000);margin:0;font-size:16px;font-weight:700}.SectionHeading-module__K1aSYW__shLink{color:var(--accent-color,#0095f6);white-space:nowrap;align-items:center;gap:2px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.SectionHeading-module__K1aSYW__shLink svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;margin-right:-3px}@media (max-width:768px){.SectionHeading-module__K1aSYW__shRow{padding:12px 14px 10px 16px}}
.VerifiedBadge-module__F_tsUW__badge{vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.VerifiedBadge-module__F_tsUW__badge svg{fill:#0095f6;width:100%;height:100%;display:block}
.UserGrid-module__Y0iiBW__userGrid{grid-template-columns:repeat(4,1fr);gap:16px;padding:16px;display:grid}.UserGrid-module__Y0iiBW__userCard{text-align:center;cursor:pointer;flex-direction:column;align-items:center;transition:transform .2s;display:flex}.UserGrid-module__Y0iiBW__userCard:hover{transform:translateY(-2px)}.UserGrid-module__Y0iiBW__avatarWrapper{margin-bottom:8px;position:relative}.UserGrid-module__Y0iiBW__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:28px;font-weight:600;display:flex}.UserGrid-module__Y0iiBW__addButton{color:#fff;cursor:pointer;background:#000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:600;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.UserGrid-module__Y0iiBW__addButton:hover{transform:scale(1.1)}.UserGrid-module__Y0iiBW__addButton.UserGrid-module__Y0iiBW__added{background:#0095f6}.UserGrid-module__Y0iiBW__username{color:#000;margin-bottom:2px;font-size:14px;font-weight:600}.UserGrid-module__Y0iiBW__name{color:#999;font-size:13px}@media (max-width:768px){.UserGrid-module__Y0iiBW__userGrid{grid-template-columns:repeat(2,1fr)}.UserGrid-module__Y0iiBW__avatar{width:70px;height:70px;font-size:24px}}.UserGrid-module__Y0iiBW__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}
.CommentItem-module__J2Y5EG__item{border-bottom:1px solid #f0f0f0;padding:12px 20px}.CommentItem-module__J2Y5EG__row{align-items:flex-start;gap:10px;display:flex}.CommentItem-module__J2Y5EG__avatarWrap{flex-shrink:0}.CommentItem-module__J2Y5EG__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:600;display:flex}.CommentItem-module__J2Y5EG__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.CommentItem-module__J2Y5EG__body{flex:1;min-width:0}.CommentItem-module__J2Y5EG__bubble{background:#f0f2f5;border-radius:16px;max-width:100%;padding:8px 12px;display:inline-block}.CommentItem-module__J2Y5EG__username{color:#050505;margin-bottom:2px;font-size:13px;font-weight:600;display:block}.CommentItem-module__J2Y5EG__verifiedBadge{margin-left:4px}.CommentItem-module__J2Y5EG__botBadge{margin-left:5px}.CommentItem-module__J2Y5EG__text{color:#050505;word-break:break-word;white-space:pre-wrap;font-size:14px;line-height:1.4}.CommentItem-module__J2Y5EG__mention{color:#0077b6;font-weight:600}.CommentItem-module__J2Y5EG__actions{align-items:center;gap:14px;margin:4px 0 0 12px;display:flex}.CommentItem-module__J2Y5EG__time{color:#999;font-size:12px}.CommentItem-module__J2Y5EG__actionBtn{color:#65676b;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.CommentItem-module__J2Y5EG__actionBtn:hover{text-decoration:underline}.CommentItem-module__J2Y5EG__repliesWrap{flex-direction:column;gap:8px;margin-top:6px;margin-left:46px;display:flex}.CommentItem-module__J2Y5EG__viewReplies{color:#65676b;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:2px 0;font-size:13px;font-weight:600;display:inline-flex}.CommentItem-module__J2Y5EG__viewReplies:hover{text-decoration:underline}.CommentItem-module__J2Y5EG__viewReplies:disabled{opacity:.6;cursor:default}.CommentItem-module__J2Y5EG__connector{background:#ccd0d5;width:24px;height:1px;display:inline-block}@media (prefers-color-scheme:dark){.CommentItem-module__J2Y5EG__item{border-bottom-color:#262626}.CommentItem-module__J2Y5EG__bubble{background:#262626}.CommentItem-module__J2Y5EG__username,.CommentItem-module__J2Y5EG__text{color:#e4e6eb}}.CommentItem-module__J2Y5EG__imageWrap{background:#f0f2f5;border-radius:12px;max-width:260px;margin-top:6px;position:relative;overflow:hidden}.CommentItem-module__J2Y5EG__image{object-fit:cover;width:100%;height:auto;max-height:320px;display:block}.CommentItem-module__J2Y5EG__imageLock{color:#fff;text-align:center;background:#00000047;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}[data-theme=dark] .CommentItem-module__J2Y5EG__imageWrap{background:var(--bg-tertiary,#1a1a1a)}@media (max-width:768px){.CommentItem-module__J2Y5EG__inlineReply{display:none}}
.CustomScrollbar-module__0kutaa__wrapper{width:100%;height:100%;position:relative}.CustomScrollbar-module__0kutaa__container{scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;overflow-x:hidden;overflow-y:scroll!important}.CustomScrollbar-module__0kutaa__container::-webkit-scrollbar{display:none}.CustomScrollbar-module__0kutaa__scrollbar{z-index:10000;pointer-events:none;background:0 0;width:8px;height:100vh;position:fixed;top:0;right:0}.CustomScrollbar-module__0kutaa__thumb{pointer-events:auto;cursor:grab;background:#0000004d;border-radius:4px;width:8px;transition:background .2s,width .2s;position:absolute;right:0}.CustomScrollbar-module__0kutaa__thumb:hover{background:#00000080}.CustomScrollbar-module__0kutaa__thumb:active{cursor:grabbing;background:#0009}@media (max-width:768px){.CustomScrollbar-module__0kutaa__scrollbar,.CustomScrollbar-module__0kutaa__thumb{width:6px}}
.NewsStories-module__lm7DmG__nwRoot{border-bottom:1px solid var(--border-light,#f0f0f0);background:var(--bg-primary,#fff);padding:0 0 14px}.NewsStories-module__lm7DmG__nwTrack{position:relative}.NewsStories-module__lm7DmG__nwScroller{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:2px 18px 4px 20px;scroll-padding-left:20px;display:flex;overflow-x:auto}.NewsStories-module__lm7DmG__nwScroller::-webkit-scrollbar{display:none}.NewsStories-module__lm7DmG__nwItem{border:1px solid var(--border-color,#e5e5e5);background:var(--bg-primary,#fff);width:240px;color:inherit;scroll-snap-align:start;border-radius:12px;flex-direction:column;flex:none;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.NewsStories-module__lm7DmG__nwItem:hover{border-color:var(--text-tertiary,#a3a3a3);box-shadow:0 4px 14px #00000014}.NewsStories-module__lm7DmG__nwMedia{aspect-ratio:16/10;background:var(--bg-tertiary,#fafafa);position:relative;overflow:hidden}.NewsStories-module__lm7DmG__nwImg{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.NewsStories-module__lm7DmG__nwItem:hover .NewsStories-module__lm7DmG__nwImg{transform:scale(1.03)}.NewsStories-module__lm7DmG__nwPlaceholder{color:var(--accent-color,#0095f6);background:linear-gradient(135deg,#0b63c51a 0%,#12a69a1a 55%,#5fb42a1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}.NewsStories-module__lm7DmG__nwPlaceholder svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.NewsStories-module__lm7DmG__nwPlaceholderText{letter-spacing:.02em;color:var(--text-secondary,#737373);font-size:12.5px;font-weight:600}.NewsStories-module__lm7DmG__nwBody{flex-direction:column;flex:1;gap:6px;padding:10px 12px 12px;display:flex}.NewsStories-module__lm7DmG__nwMeta{min-width:0;color:var(--text-secondary,#737373);align-items:center;gap:6px;font-size:12.5px;display:flex}.NewsStories-module__lm7DmG__nwAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:700;display:flex;overflow:hidden}.NewsStories-module__lm7DmG__nwAvatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.NewsStories-module__lm7DmG__nwAuthor{color:var(--text-primary,#000);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.NewsStories-module__lm7DmG__nwTime{white-space:nowrap}.NewsStories-module__lm7DmG__nwHeadline{color:var(--text-primary,#000);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14.5px;font-weight:700;line-height:1.38;display:-webkit-box;overflow:hidden}.NewsStories-module__lm7DmG__nwSource{min-width:0;color:var(--text-tertiary,#a3a3a3);align-items:center;gap:5px;margin-top:auto;font-size:12px;display:flex}.NewsStories-module__lm7DmG__nwSource span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.NewsStories-module__lm7DmG__nwSource svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:13px;height:13px}.NewsStories-module__lm7DmG__nwSkeleton{pointer-events:none}.NewsStories-module__lm7DmG__nwSkeleton .NewsStories-module__lm7DmG__nwMedia,.NewsStories-module__lm7DmG__nwBar{background:var(--bg-hover,#eee);animation:1.2s ease-in-out infinite NewsStories-module__lm7DmG__nwPulse}.NewsStories-module__lm7DmG__nwBar{border-radius:6px;height:11px;display:block}@keyframes NewsStories-module__lm7DmG__nwPulse{0%,to{opacity:1}50%{opacity:.55}}.NewsStories-module__lm7DmG__nwArrow{display:none}@media (max-width:768px){.NewsStories-module__lm7DmG__nwScroller{padding:2px 14px 4px 16px;scroll-padding-left:16px}}@media (min-width:769px){.NewsStories-module__lm7DmG__nwItem{width:260px}.NewsStories-module__lm7DmG__nwArrow{z-index:3;border:1px solid var(--border-color,#e5e5e5);background:var(--bg-primary,#fff);cursor:pointer;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-top:-17px;transition:opacity .15s;display:flex;position:absolute;top:83px;box-shadow:0 2px 8px #00000026}.NewsStories-module__lm7DmG__nwArrow svg{fill:none;width:18px;height:18px;stroke:var(--text-primary,#000);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.NewsStories-module__lm7DmG__nwArrowLeft{left:8px}.NewsStories-module__lm7DmG__nwArrowRight{right:8px}.NewsStories-module__lm7DmG__nwShow{opacity:1;pointer-events:auto}}
.SearchBar-module__ba6AaG__searchBar{background:#fff;border-bottom:1px solid #f0f0f0;padding:12px 16px}.SearchBar-module__ba6AaG__searchInputWrapper{background:#f5f5f5;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;display:flex}.SearchBar-module__ba6AaG__searchIcon{color:#999;flex-shrink:0;width:20px;height:20px}.SearchBar-module__ba6AaG__searchInput{color:#000;background:0 0;border:none;outline:none;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px}.SearchBar-module__ba6AaG__searchInput::placeholder{color:#999}.SearchBar-module__ba6AaG__filterIcon{color:#000;cursor:pointer;flex-shrink:0;width:20px;height:20px;transition:opacity .2s}.SearchBar-module__ba6AaG__filterIcon:hover{opacity:.7}@media (max-width:768px){.SearchBar-module__ba6AaG__searchBar{padding:8px 12px}}[data-theme=dark] .SearchBar-module__ba6AaG__searchBar{background:var(--bg-primary,#0a0a0a);border-color:var(--border-light,#1f1f1f)}[data-theme=dark] .SearchBar-module__ba6AaG__searchInputWrapper{background:var(--bg-tertiary,#1a1a1a)}[data-theme=dark] .SearchBar-module__ba6AaG__searchInput{color:var(--text-primary,#fff)}[data-theme=dark] .SearchBar-module__ba6AaG__searchInput::placeholder{color:var(--text-tertiary,#737373)}[data-theme=dark] .SearchBar-module__ba6AaG__searchIcon,[data-theme=dark] .SearchBar-module__ba6AaG__filterIcon{color:var(--text-secondary,#a3a3a3)}
.SearchResults-module__xuwufa__threadList{background:#fff}.SearchResults-module__xuwufa__empty{text-align:center;color:#999;padding:40px 20px;font-size:15px}
