.DetailHeader-module__l3Ybfq__header{background:var(--bg-nav);height:60px;-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border-color);z-index:25;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.DetailHeader-module__l3Ybfq__homeLink{color:var(--accent-cyan);flex-shrink:0;align-items:center;margin-left:-4px;padding:4px;text-decoration:none;display:flex}.DetailHeader-module__l3Ybfq__divider{background:#ffffff26;flex-shrink:0;width:1px;height:18px}.DetailHeader-module__l3Ybfq__leftGroup{align-items:center;gap:8px;display:flex}.DetailHeader-module__l3Ybfq__backBtn{color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-8px;display:flex}.DetailHeader-module__l3Ybfq__backBtn:active{background:#ffffff1a}.DetailHeader-module__l3Ybfq__publisher{color:var(--text-primary);font-size:15px;font-weight:600}.DetailHeader-module__l3Ybfq__publisherAvatar{background:var(--text-secondary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.DetailHeader-module__l3Ybfq__rightGroup{align-items:center;gap:16px;display:flex}.DetailHeader-module__l3Ybfq__followBtn{color:var(--accent-cyan);background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:16px;padding:4px 14px;font-size:13px;font-weight:500}.DetailHeader-module__l3Ybfq__followBtn.DetailHeader-module__l3Ybfq__following{color:var(--text-secondary);background:#ffffff1a;border-color:#0000}.DetailHeader-module__l3Ybfq__headerShareBtn{color:var(--text-primary);justify-content:center;align-items:center;display:flex}
.DetailBottomBar-module__LDeGea__bottomBar{width:100%;padding:12px 16px calc(12px + var(--safe-bottom));background:var(--bg-nav);-webkit-backdrop-filter:var(--glass-blur);border-top:1px solid var(--border-color);z-index:25;align-items:center;gap:16px;display:flex;position:sticky;bottom:0;left:0}.DetailBottomBar-module__LDeGea__inputBox{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:20px;flex:1;align-items:center;gap:6px;padding:8px 14px;font-size:14px;display:flex}.DetailBottomBar-module__LDeGea__inputIcon{opacity:.6}.DetailBottomBar-module__LDeGea__actions{color:var(--text-primary);align-items:center;gap:18px;display:flex}.DetailBottomBar-module__LDeGea__actionBtn{color:var(--text-primary);align-items:center;gap:4px;display:flex}.DetailBottomBar-module__LDeGea__countText{min-width:14px;font-size:13px;font-weight:500}.DetailBottomBar-module__LDeGea__floatingContainer{z-index:30;flex-direction:column;align-items:center;display:flex;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.DetailBottomBar-module__LDeGea__raBotFloat{border:1.5px solid var(--accent-cyan);width:50px;height:50px;color:var(--accent-cyan);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0a0a0ce6;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 20px #00f0ff66}.DetailBottomBar-module__LDeGea__raBotFloat:active{transform:scale(.95);box-shadow:0 4px 30px #00f0ff99}.DetailBottomBar-module__LDeGea__actionActive{color:var(--accent-red)!important}.DetailBottomBar-module__LDeGea__actionPop{animation:.3s DetailBottomBar-module__LDeGea__pop}@keyframes DetailBottomBar-module__LDeGea__pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}
.CommentListDrawer-module__bIAfZq__overlay{z-index:1000;background:#00000080;animation:.3s CommentListDrawer-module__bIAfZq__fadeIn;position:fixed;inset:0}.CommentListDrawer-module__bIAfZq__drawer{z-index:1001;background:#141419;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;height:70vh;animation:.3s cubic-bezier(.16,1,.3,1) CommentListDrawer-module__bIAfZq__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 20px #0000004d}.CommentListDrawer-module__bIAfZq__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.CommentListDrawer-module__bIAfZq__title{color:#fff;text-align:center;flex:1;font-size:14px;font-weight:500}.CommentListDrawer-module__bIAfZq__closeBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.CommentListDrawer-module__bIAfZq__closeBtn:active{background:#ffffff1a}.CommentListDrawer-module__bIAfZq__content{-webkit-overflow-scrolling:touch;flex:1;padding:0 20px 20px;overflow-y:auto}.CommentListDrawer-module__bIAfZq__loading,.CommentListDrawer-module__bIAfZq__empty{text-align:center;color:#fff6;padding:40px;font-size:14px}.CommentListDrawer-module__bIAfZq__list{flex-direction:column;display:flex}.CommentListDrawer-module__bIAfZq__commentItem{border-bottom:1px solid #ffffff0d;gap:12px;padding:20px 0;display:flex}.CommentListDrawer-module__bIAfZq__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.CommentListDrawer-module__bIAfZq__commentBody{flex:1;min-width:0}.CommentListDrawer-module__bIAfZq__name{color:#fff9;margin-bottom:6px;font-size:13px}.CommentListDrawer-module__bIAfZq__text{color:#ffffffe6;word-break:break-word;margin-bottom:8px;font-size:15px;line-height:1.5}.CommentListDrawer-module__bIAfZq__footer{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.CommentListDrawer-module__bIAfZq__timeAndReply{align-items:center;gap:12px;display:flex}.CommentListDrawer-module__bIAfZq__time{color:#fff6;font-size:12px}.CommentListDrawer-module__bIAfZq__replyBtn{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.CommentListDrawer-module__bIAfZq__likeBtn{color:#fff6;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;transition:color .2s;display:flex}.CommentListDrawer-module__bIAfZq__likeBtn.CommentListDrawer-module__bIAfZq__liked{color:var(--accent-cyan,#00f4e6)}.CommentListDrawer-module__bIAfZq__replyItem{gap:8px;margin-top:12px;display:flex}.CommentListDrawer-module__bIAfZq__replyAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px}.CommentListDrawer-module__bIAfZq__replyBody{flex:1;min-width:0}@keyframes CommentListDrawer-module__bIAfZq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes CommentListDrawer-module__bIAfZq__fadeIn{0%{opacity:0}to{opacity:1}}
.CommentInputModal-module__jx5WZG__overlay{z-index:1000;background:#00000080;animation:.2s CommentInputModal-module__jx5WZG__fadeIn;position:fixed;inset:0}.CommentInputModal-module__jx5WZG__drawer{z-index:1001;background:#141419;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;height:40vh;padding:16px;animation:.3s cubic-bezier(.16,1,.3,1) CommentInputModal-module__jx5WZG__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 20px #0000004d}.CommentInputModal-module__jx5WZG__header{margin-bottom:12px}.CommentInputModal-module__jx5WZG__title{color:#fff9;text-align:center;font-size:14px}.CommentInputModal-module__jx5WZG__inputContainer{background:#ffffff0d;border-radius:12px;flex:1;padding:12px;display:flex}.CommentInputModal-module__jx5WZG__textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;font-size:16px;line-height:1.5}.CommentInputModal-module__jx5WZG__textarea::placeholder{color:#ffffff4d}.CommentInputModal-module__jx5WZG__toolbar{justify-content:space-between;align-items:center;margin-top:16px;padding-bottom:8px;display:flex}.CommentInputModal-module__jx5WZG__hint{color:#ffffff4d;font-size:12px}.CommentInputModal-module__jx5WZG__sendBtn{background:var(--accent-cyan,#00f4e6);color:#000;cursor:pointer;border:none;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;transition:opacity .2s}.CommentInputModal-module__jx5WZG__sendBtn:disabled{opacity:.5;cursor:not-allowed;color:#fff6;background:#fff3}@keyframes CommentInputModal-module__jx5WZG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes CommentInputModal-module__jx5WZG__fadeIn{0%{opacity:0}to{opacity:1}}
.ChatDrawer-module__9wsN7a__overlay{z-index:2000;background:#0009;animation:.2s ChatDrawer-module__9wsN7a__fadeIn;position:fixed;inset:0}.ChatDrawer-module__9wsN7a__drawer{z-index:2001;background:#0e0e12;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;height:85vh;animation:.35s cubic-bezier(.16,1,.3,1) ChatDrawer-module__9wsN7a__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #00f4e614}.ChatDrawer-module__9wsN7a__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ChatDrawer-module__9wsN7a__headerLeft{align-items:center;gap:10px;display:flex}.ChatDrawer-module__9wsN7a__botIcon{background:linear-gradient(135deg, var(--accent-cyan,#00f4e6), #00b8d4);color:#000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ChatDrawer-module__9wsN7a__title{color:#fff;font-size:15px;font-weight:600}.ChatDrawer-module__9wsN7a__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:6px;display:flex}.ChatDrawer-module__9wsN7a__closeBtn:active{background:#ffffff1a}.ChatDrawer-module__9wsN7a__messageArea{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;padding:20px 16px;display:flex;overflow-y:auto}.ChatDrawer-module__9wsN7a__welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.ChatDrawer-module__9wsN7a__welcomeIcon{background:linear-gradient(135deg, var(--accent-cyan,#00f4e6), #00b8d4);color:#000;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex;box-shadow:0 0 30px #00f4e64d}.ChatDrawer-module__9wsN7a__welcomeTitle{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600}.ChatDrawer-module__9wsN7a__welcomeText{color:#ffffff80;font-size:14px}.ChatDrawer-module__9wsN7a__messageBubble{gap:0;max-width:100%;animation:.25s ChatDrawer-module__9wsN7a__bubbleIn;display:flex}.ChatDrawer-module__9wsN7a__userBubble{flex-direction:row-reverse;align-self:flex-end;max-width:85%}.ChatDrawer-module__9wsN7a__assistantBubble{align-self:stretch}.ChatDrawer-module__9wsN7a__bubbleAvatar{background:linear-gradient(135deg, var(--accent-cyan,#00f4e6), #00b8d4);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.ChatDrawer-module__9wsN7a__bubbleContent{word-break:break-word;border-radius:16px;flex:1;padding:10px 14px;font-size:14px;line-height:1.6}.ChatDrawer-module__9wsN7a__userBubble .ChatDrawer-module__9wsN7a__bubbleContent{background:var(--accent-cyan,#00f4e6);color:#000;border-bottom-right-radius:4px}.ChatDrawer-module__9wsN7a__assistantBubble .ChatDrawer-module__9wsN7a__bubbleContent{color:#ffffffe6;background:0 0;border-radius:0;padding:8px 4px}.ChatDrawer-module__9wsN7a__bubbleContent h2,.ChatDrawer-module__9wsN7a__bubbleContent h3,.ChatDrawer-module__9wsN7a__bubbleContent h4{color:inherit;margin:8px 0 4px;font-size:14px;font-weight:700}.ChatDrawer-module__9wsN7a__bubbleContent h2{font-size:15px}.ChatDrawer-module__9wsN7a__bubbleContent p{margin:4px 0}.ChatDrawer-module__9wsN7a__bubbleContent ul,.ChatDrawer-module__9wsN7a__bubbleContent ol{margin:4px 0;padding-left:18px}.ChatDrawer-module__9wsN7a__bubbleContent li{margin:2px 0}.ChatDrawer-module__9wsN7a__bubbleContent strong{font-weight:600}.ChatDrawer-module__9wsN7a__bubbleContent em{font-style:italic}.ChatDrawer-module__9wsN7a__bubbleContent code{background:#ffffff1a;border-radius:4px;padding:1px 5px;font-family:SF Mono,monospace;font-size:13px}.ChatDrawer-module__9wsN7a__bubbleContent pre{background:#0000004d;border-radius:8px;margin:6px 0;padding:10px;overflow-x:auto}.ChatDrawer-module__9wsN7a__bubbleContent pre code{background:0 0;padding:0}.ChatDrawer-module__9wsN7a__bubbleContent blockquote{border-left:3px solid var(--accent-cyan,#00f4e6);opacity:.85;margin:6px 0;padding-left:10px}.ChatDrawer-module__9wsN7a__typing{align-items:center;gap:4px;padding:4px 0;display:flex}.ChatDrawer-module__9wsN7a__typing span{background:var(--accent-cyan,#00f4e6);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1.4s infinite ChatDrawer-module__9wsN7a__typingDot;display:inline-block}.ChatDrawer-module__9wsN7a__typing span:nth-child(2){animation-delay:.2s}.ChatDrawer-module__9wsN7a__typing span:nth-child(3){animation-delay:.4s}.ChatDrawer-module__9wsN7a__inputBar{padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:#0e0e12;border-top:1px solid #ffffff0f;align-items:center;gap:10px;display:flex}.ChatDrawer-module__9wsN7a__chatInput{color:#fff;background:#ffffff12;border:1px solid #ffffff14;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-size:14px;transition:border-color .2s}.ChatDrawer-module__9wsN7a__chatInput:focus{border-color:var(--accent-cyan,#00f4e6)}.ChatDrawer-module__9wsN7a__chatInput::placeholder{color:#ffffff4d}.ChatDrawer-module__9wsN7a__sendBtn{background:var(--accent-cyan,#00f4e6);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s,transform .15s;display:flex}.ChatDrawer-module__9wsN7a__sendBtn:active{transform:scale(.92)}.ChatDrawer-module__9wsN7a__sendBtn:disabled{opacity:.4;cursor:not-allowed}.ChatDrawer-module__9wsN7a__articleList{flex-direction:column;gap:2px;padding:0 4px;display:flex}.ChatDrawer-module__9wsN7a__articleItem{color:#fff;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.ChatDrawer-module__9wsN7a__articleItem:active{background:#ffffff1a}.ChatDrawer-module__9wsN7a__articleItemText{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ChatDrawer-module__9wsN7a__articleItemTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.ChatDrawer-module__9wsN7a__articleItemJournal{color:var(--accent-cyan,#00f4e6);opacity:.7;font-size:12px}.ChatDrawer-module__9wsN7a__assistantBubbleWrapper{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.ChatDrawer-module__9wsN7a__saveBtn{color:var(--accent-cyan,#00f4e6);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0 2px;font-size:11px;transition:opacity .15s}.ChatDrawer-module__9wsN7a__saveBtn:hover{opacity:1}.ChatDrawer-module__9wsN7a__toast{text-align:center;color:#000;background:var(--accent-cyan,#00f4e6);border-radius:12px;width:fit-content;margin:0 auto 8px;padding:5px 16px;font-size:12px;font-weight:600;animation:.2s ChatDrawer-module__9wsN7a__fadeIn}@keyframes ChatDrawer-module__9wsN7a__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ChatDrawer-module__9wsN7a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatDrawer-module__9wsN7a__bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatDrawer-module__9wsN7a__typingDot{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}
.MasonryFeed-module__pgejra__masonryContainer{gap:8px;padding:8px 12px;display:flex}.MasonryFeed-module__pgejra__masonryColumn{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}
.ArticleCard-module__DLaSXa__card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-direction:column;min-width:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0003}.ArticleCard-module__DLaSXa__card:active{transform:scale(.98)}.ArticleCard-module__DLaSXa__cardImg{aspect-ratio:2/3;background:#1e1e24;border-radius:10px 10px 0 0;width:100%;position:relative;overflow:hidden}.ArticleCard-module__DLaSXa__cardImg img{object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:100%;display:block}.ArticleCard-module__DLaSXa__imgPlaceholder{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:6px 6px 0 0;width:100%;height:100%}.ArticleCard-module__DLaSXa__cardContent{padding:12px}.ArticleCard-module__DLaSXa__cardTitle{color:#fffffff2;margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.4}.ArticleCard-module__DLaSXa__cardSub{color:var(--text-secondary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:2px;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.ArticleCard-module__DLaSXa__cardRow{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.ArticleCard-module__DLaSXa__botContainer{align-items:center;gap:6px;display:flex}.ArticleCard-module__DLaSXa__avatarPlaceholder{width:18px;height:18px;color:var(--accent-cyan);background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.ArticleCard-module__DLaSXa__botAvatarImg{object-fit:cover;border:1px solid #00f0ff4d;border-radius:50%;width:18px;height:18px}.ArticleCard-module__DLaSXa__botName{color:var(--text-secondary);font-size:11px;font-weight:500}.ArticleCard-module__DLaSXa__likeContainer{align-items:center;gap:4px;display:flex}.ArticleCard-module__DLaSXa__heartIcon{color:var(--text-muted)}.ArticleCard-module__DLaSXa__likeCount{color:var(--text-muted);font-size:11px}
.BriefCard-module__vOgviW__card{background:var(--bg-card-alt,#1a1a22);border:1px solid #00f0ff26;border-left:3px solid var(--accent-cyan);cursor:pointer;border-radius:12px;flex-direction:column;min-width:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000026}.BriefCard-module__vOgviW__card:active{transform:scale(.98)}.BriefCard-module__vOgviW__cardContent{flex:1;min-width:0;padding:12px}.BriefCard-module__vOgviW__cardTitle{color:#fffffff2;margin-bottom:6px;font-size:13px;font-weight:600;line-height:1.4}.BriefCard-module__vOgviW__cardMeta{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:11px;line-height:1.4;overflow:hidden}.BriefCard-module__vOgviW__divider{background:#ffffff14;height:1px;margin:8px 0}.BriefCard-module__vOgviW__highlightLabel{color:var(--accent-cyan);letter-spacing:.02em;margin-bottom:6px;font-size:11px;font-weight:600}.BriefCard-module__vOgviW__highlightList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.BriefCard-module__vOgviW__highlightItem{color:#ffffffbf;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding-left:10px;font-size:11px;line-height:1.5;display:-webkit-box;position:relative;overflow:hidden}.BriefCard-module__vOgviW__highlightItem:before{content:"•";color:var(--accent-cyan);position:absolute;left:0}.BriefCard-module__vOgviW__cardFooter{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.BriefCard-module__vOgviW__botContainer{cursor:pointer;align-items:center;gap:6px;display:flex}.BriefCard-module__vOgviW__avatarPlaceholder{width:18px;height:18px;color:var(--accent-cyan);background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.BriefCard-module__vOgviW__botAvatarImg{object-fit:cover;border:1px solid #00f0ff4d;border-radius:50%;width:18px;height:18px}.BriefCard-module__vOgviW__botName{color:var(--text-secondary);font-size:11px;font-weight:500}.BriefCard-module__vOgviW__likeContainer{align-items:center;gap:4px;display:flex}.BriefCard-module__vOgviW__heartIcon{color:var(--text-muted)}.BriefCard-module__vOgviW__likeCount{color:var(--text-muted);font-size:11px}
.HexLoader-module__7HsNba__container{background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:200px;display:flex}.HexLoader-module__7HsNba__loader{justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative}.HexLoader-module__7HsNba__circle1,.HexLoader-module__7HsNba__circle2{border:2px solid #0000;border-radius:50%;position:absolute}.HexLoader-module__7HsNba__circle1{border-top-color:#00f0ff;border-bottom-color:#00f0ff26;width:100%;height:100%;animation:1.5s cubic-bezier(.68,-.55,.265,1.55) infinite HexLoader-module__7HsNba__spin}.HexLoader-module__7HsNba__circle2{border-left-color:#00f0ff;border-right-color:#00f0ff33;width:65%;height:65%;animation:2s cubic-bezier(.4,0,.2,1) infinite HexLoader-module__7HsNba__spin-reverse}.HexLoader-module__7HsNba__core{background:#00f0ff;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite alternate HexLoader-module__7HsNba__pulse;box-shadow:0 0 15px #00f0ff,0 0 30px #00f0ff80}.HexLoader-module__7HsNba__text{color:#00f0ff;letter-spacing:2px;opacity:.8;font-size:13px;font-weight:500;animation:2s ease-in-out infinite alternate HexLoader-module__7HsNba__text-pulse}@keyframes HexLoader-module__7HsNba__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes HexLoader-module__7HsNba__spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes HexLoader-module__7HsNba__pulse{0%{opacity:.7;transform:scale(.8);box-shadow:0 0 10px #00f0ff}to{opacity:1;transform:scale(1.2);box-shadow:0 0 20px #00f0ff,0 0 40px #00f0ff99}}@keyframes HexLoader-module__7HsNba__text-pulse{0%{opacity:.6}to{opacity:1;text-shadow:0 0 8px #00f0ff66}}
.HomeClient-module__SWSQxq__header{padding:16px 20px 8px;padding-top:max(16px, env(safe-area-inset-top,0px));z-index:15;background:linear-gradient(#0a0a0cf2 40%,#0a0a0c00);flex-direction:column;display:flex;position:sticky;top:0}.HomeClient-module__SWSQxq__logoRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.HomeClient-module__SWSQxq__logoText{letter-spacing:.5px;align-items:baseline;gap:8px;font-size:20px;font-weight:700;display:flex}.HomeClient-module__SWSQxq__slogan{color:var(--text-secondary);letter-spacing:1px;font-size:10px;font-weight:500}.HomeClient-module__SWSQxq__tabs{color:var(--text-secondary);justify-content:center;gap:24px;font-size:16px;font-weight:500;display:flex}.HomeClient-module__SWSQxq__notifyBtn{cursor:pointer;color:var(--accent-cyan,#00e5ff);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.HomeClient-module__SWSQxq__notifyBtn:disabled{cursor:default}.HomeClient-module__SWSQxq__notifySubscribed{color:var(--text-secondary,#888);opacity:.5}.HomeClient-module__SWSQxq__bellIcon{width:22px;height:22px}.HomeClient-module__SWSQxq__notifySpinner{border:2px solid #00e5ff4d;border-top-color:var(--accent-cyan,#00e5ff);vertical-align:middle;border-radius:50%;width:10px;height:10px;animation:.7s linear infinite HomeClient-module__SWSQxq__spin;display:inline-block}@keyframes HomeClient-module__SWSQxq__spin{to{transform:rotate(360deg)}}.HomeClient-module__SWSQxq__tab{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding-bottom:6px;font-family:inherit;font-size:16px;font-weight:500;position:relative}.HomeClient-module__SWSQxq__tab.HomeClient-module__SWSQxq__active{color:var(--text-primary);font-weight:600}.HomeClient-module__SWSQxq__tab.HomeClient-module__SWSQxq__active:after{content:"";background:var(--accent-cyan);border-radius:2px;width:16px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}
.assistant-module__T_XBPW__wrapper{background:var(--bg,#0a0a0a);flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.assistant-module__T_XBPW__container{flex:1;padding-bottom:20px;overflow-y:auto}.assistant-module__T_XBPW__loading{min-height:100dvh;color:var(--text-secondary,#888);justify-content:center;align-items:center;font-size:14px;display:flex}.assistant-module__T_XBPW__header{color:var(--text-primary,#eee);background:var(--bg,#0a0a0a);z-index:10;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:16px 20px 12px;font-size:16px;font-weight:600;display:flex;position:sticky;top:0}.assistant-module__T_XBPW__empty{min-height:60dvh;color:var(--text-secondary,#888);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0 32px;display:flex}.assistant-module__T_XBPW__empty h2{color:var(--text-primary,#eee);margin:0;font-size:18px;font-weight:600}.assistant-module__T_XBPW__empty p{margin:0;font-size:14px;line-height:1.6}.assistant-module__T_XBPW__feed{flex-direction:column;gap:20px;margin:0;padding:16px;list-style:none;display:flex}.assistant-module__T_XBPW__feedItem{flex-direction:column;gap:8px;max-width:85%;display:flex}.assistant-module__T_XBPW__botItem{align-self:flex-start}.assistant-module__T_XBPW__userItem{align-self:flex-end;align-items:flex-end}.assistant-module__T_XBPW__meta{align-items:center;gap:8px;display:flex}.assistant-module__T_XBPW__metaReverse{flex-direction:row-reverse;align-items:center;gap:8px;display:flex}.assistant-module__T_XBPW__botLabel{color:var(--accent-cyan,#00f4e6);font-size:12px;font-weight:600}.assistant-module__T_XBPW__userLabel{color:#fff;font-size:12px;font-weight:600}.assistant-module__T_XBPW__timestamp{color:var(--text-secondary,#666);font-size:11px}.assistant-module__T_XBPW__reasonBubble{color:var(--text-primary,#eee);background:#ffffff0d;border-radius:0 12px 12px;padding:12px 14px;font-size:14px;line-height:1.6}.assistant-module__T_XBPW__reasonBubble p{margin:0 0 10px}.assistant-module__T_XBPW__reasonBubble p:last-child{margin-bottom:0}.assistant-module__T_XBPW__reasonBubble ul{margin:0;padding-left:1.5em}.assistant-module__T_XBPW__reasonBubble h2,.assistant-module__T_XBPW__reasonBubble h3,.assistant-module__T_XBPW__reasonBubble h4{color:var(--text-primary);margin:12px 0 6px;font-size:1.1em}.assistant-module__T_XBPW__reasonBubble code{background:#ffffff1a;border-radius:4px;padding:2px 4px;font-family:monospace}.assistant-module__T_XBPW__reasonBubble pre{background:#0000004d;border-radius:6px;margin:8px 0;padding:10px;overflow-x:auto}.assistant-module__T_XBPW__userBubble{background:var(--accent-cyan,#00f4e6);color:#000;word-break:break-word;border-radius:12px 0 12px 12px;padding:12px 14px;font-size:14px;font-weight:500;line-height:1.6}.assistant-module__T_XBPW__articleCard{text-align:left;cursor:pointer;background:#00f4e60f;border:1px solid #00f4e62e;border-radius:10px;flex-direction:column;gap:4px;width:100%;padding:12px 14px;transition:background .15s;display:flex}.assistant-module__T_XBPW__articleCard:hover,.assistant-module__T_XBPW__articleCard:active{background:#00f4e61f}.assistant-module__T_XBPW__articleTitle{color:var(--text-primary,#eee);font-size:14px;font-weight:600;line-height:1.4}.assistant-module__T_XBPW__articleMeta{color:var(--text-secondary,#888);font-size:12px}.assistant-module__T_XBPW__articleLink{color:var(--accent-cyan,#00f4e6);margin-top:2px;font-size:12px}.assistant-module__T_XBPW__inputBar{background:var(--bg,#0a0a0a);border-top:1px solid var(--border-color,#ffffff1a);z-index:20;width:100%;padding:12px 16px;padding-bottom:calc(12px + 60px + var(--safe-bottom,0px));flex-shrink:0;align-items:center;gap:10px;display:flex}.assistant-module__T_XBPW__chatInput{color:var(--text-primary);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:14px;transition:border-color .2s}.assistant-module__T_XBPW__chatInput:focus{border-color:var(--accent-cyan)}.assistant-module__T_XBPW__sendBtn{background:var(--accent-cyan);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex}.assistant-module__T_XBPW__sendBtn:disabled{opacity:.5;cursor:not-allowed}.assistant-module__T_XBPW__typingIndicator{background:#ffffff0d;border-radius:12px;align-self:flex-start;gap:4px;margin-top:8px;padding:12px 16px;display:inline-flex}.assistant-module__T_XBPW__typingIndicator span{background:var(--text-secondary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both assistant-module__T_XBPW__typing}.assistant-module__T_XBPW__typingIndicator span:first-child{animation-delay:-.32s}.assistant-module__T_XBPW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes assistant-module__T_XBPW__typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.assistant-module__T_XBPW__quickReplies{flex-wrap:wrap;gap:8px;max-width:100%;margin-top:8px;display:flex}.assistant-module__T_XBPW__quickReplyChip{color:var(--accent-cyan,#00f4e6);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:#00f4e60f;border:1px solid #00f4e647;border-radius:16px;padding:7px 13px;font-size:12.5px;line-height:1.4;transition:background .15s,opacity .15s}.assistant-module__T_XBPW__quickReplyChip:hover{background:#00f4e61f}.assistant-module__T_XBPW__quickReplyChip:active{background:#00f4e62e}.assistant-module__T_XBPW__quickReplyChip:disabled{opacity:.4;cursor:not-allowed}.assistant-module__T_XBPW__batchHeader{align-self:stretch;align-items:center;gap:8px;padding:4px 0;list-style:none;display:flex}.assistant-module__T_XBPW__batchHeader:before,.assistant-module__T_XBPW__batchHeader:after{content:"";background:#ffffff12;flex:1;height:1px}.assistant-module__T_XBPW__batchHeaderText{color:var(--text-secondary,#555);white-space:nowrap;padding:0 4px;font-size:11px}.assistant-module__T_XBPW__historyHint{color:var(--text-secondary,#555);margin-left:auto;font-size:11px;font-weight:400}
.Detail-module__PJ-9VG__detailContainer{flex-direction:column;height:100dvh;display:flex;position:relative}.Detail-module__PJ-9VG__scrollContent{flex:1;padding-bottom:40px;position:relative;overflow-y:auto}.Detail-module__PJ-9VG__textContent{padding:20px}.Detail-module__PJ-9VG__title{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.4}.Detail-module__PJ-9VG__metaBlock{color:var(--text-secondary);margin-bottom:16px;font-size:13px;line-height:1.6}.Detail-module__PJ-9VG__heroImage{width:100%;margin-bottom:20px}.Detail-module__PJ-9VG__heroImage img{width:100%;height:auto;display:block}.Detail-module__PJ-9VG__sectionHeader{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:18px;font-weight:600;display:flex}.Detail-module__PJ-9VG__sectionHeader:before{content:"";background:var(--accent-cyan);border-radius:2px;width:4px;height:16px;display:block}.Detail-module__PJ-9VG__highlights{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.Detail-module__PJ-9VG__highlightItem{color:#ffffffd9;font-size:15px;line-height:1.6;display:flex}.Detail-module__PJ-9VG__highlightNum{color:var(--accent-cyan);min-width:16px;margin-right:8px;font-weight:600}.Detail-module__PJ-9VG__deepReport{color:#ffffffe6;font-size:16px;line-height:1.8}.Detail-module__PJ-9VG__deepReport p{margin-bottom:16px}.Detail-module__PJ-9VG__deepReport h2,.Detail-module__PJ-9VG__deepReport h3,.Detail-module__PJ-9VG__deepReport h4{color:var(--accent-cyan);margin-top:20px;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4}.Detail-module__PJ-9VG__deepReport strong{color:var(--accent-cyan);background:#00f0ff1a;border-radius:4px;padding:2px 4px;font-weight:700}.Detail-module__PJ-9VG__deepReport em{color:#ccc;font-style:italic}.firstSentence{color:var(--accent-cyan)}
.bot-module__Tf6k4q__container{background-color:var(--bg-main);flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden auto}.bot-module__Tf6k4q__header{width:100%;height:calc(48px + var(--safe-top));padding-top:var(--safe-top);z-index:50;background:0 0;justify-content:space-between;align-items:center;padding-inline:16px;transition:background .3s;display:flex;position:fixed;top:0;left:0}.bot-module__Tf6k4q__headerTitle{color:#fff;opacity:0;font-size:15px;font-weight:600}.bot-module__Tf6k4q__backBtn{-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bot-module__Tf6k4q__heroSection{flex-direction:column;justify-content:flex-end;min-height:280px;padding:0 20px 24px;display:flex;position:relative}.bot-module__Tf6k4q__heroBgBlur{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bot-module__Tf6k4q__heroBgBlur img{object-fit:cover;filter:blur(60px)brightness(.4);width:100%;height:100%;transform:scale(1.2)}.bot-module__Tf6k4q__heroBgBlur:after{content:"";background:linear-gradient(#0a0a0c1a 0%,#0a0a0c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bot-module__Tf6k4q__heroContent{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.bot-module__Tf6k4q__avatarWrapper{background:linear-gradient(135deg, var(--accent-cyan) 0%, #06f 100%);width:88px;height:88px;margin-bottom:16px;margin-top:calc(48px + var(--safe-top));border-radius:50%;padding:3px}.bot-module__Tf6k4q__avatarWrapper img{object-fit:cover;border:4px solid var(--bg-main);background:var(--bg-main);border-radius:50%;width:100%;height:100%}.bot-module__Tf6k4q__botName{color:#fff;margin:0 0 6px;font-size:22px;font-weight:700}.bot-module__Tf6k4q__botBio{color:var(--text-secondary);max-width:80%;margin:0 0 20px;font-size:13px;line-height:1.5}.bot-module__Tf6k4q__statsRow{justify-content:center;align-items:center;gap:24px;width:100%;display:flex}.bot-module__Tf6k4q__statBox{flex-direction:column;align-items:center;display:flex}.bot-module__Tf6k4q__statNumber{color:#fff;font-size:16px;font-weight:700}.bot-module__Tf6k4q__statLabel{color:var(--text-muted);margin-top:2px;font-size:11px}.bot-module__Tf6k4q__followBtn{background:var(--accent-cyan);color:#000;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.bot-module__Tf6k4q__followBtn.bot-module__Tf6k4q__following{color:#fff;background:#ffffff1a;border:1px solid #fff3}.bot-module__Tf6k4q__feedSection{background:var(--bg-main);z-index:10;border-radius:20px 20px 0 0;flex:1;min-height:400px}.bot-module__Tf6k4q__feedTabs{border-bottom:1px solid var(--border-color);margin-bottom:12px;padding:0 20px;display:flex}.bot-module__Tf6k4q__feedTabActive{color:#fff;padding:16px 8px;font-size:15px;font-weight:600;position:relative}.bot-module__Tf6k4q__feedTabActive:after{content:"";background:var(--accent-cyan);border-radius:3px 3px 0 0;width:60%;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.bot-module__Tf6k4q__emptyFeed{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:13px}.bot-module__Tf6k4q__masonryWrapper{padding:0 0 40px}
.BriefDetail-module__YF7uDa__container{background:var(--bg-primary,#0e0e14);flex-direction:column;height:100dvh;display:flex;position:relative}.BriefDetail-module__YF7uDa__scrollContent{flex:1;padding-bottom:40px;position:relative;overflow-y:auto}.BriefDetail-module__YF7uDa__textContent{padding:20px}.BriefDetail-module__YF7uDa__title{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.4}.BriefDetail-module__YF7uDa__metaBlock{color:var(--text-secondary);margin-bottom:16px;font-size:13px;line-height:1.6}.BriefDetail-module__YF7uDa__doiLink{color:var(--accent-cyan);text-decoration:none}.BriefDetail-module__YF7uDa__sectionHeader{color:var(--text-primary);align-items:center;gap:8px;margin-top:24px;margin-bottom:16px;font-size:18px;font-weight:600;display:flex}.BriefDetail-module__YF7uDa__sectionHeader:before{content:"";background:var(--accent-cyan);border-radius:2px;flex-shrink:0;width:4px;height:16px;display:block}.BriefDetail-module__YF7uDa__highlights{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.BriefDetail-module__YF7uDa__highlightItem{color:#ffffffd9;font-size:15px;line-height:1.6;display:flex}.BriefDetail-module__YF7uDa__highlightNum{color:var(--accent-cyan);flex-shrink:0;min-width:16px;margin-right:8px;font-weight:600}.BriefDetail-module__YF7uDa__abstractText{color:#ffffffe0;margin-bottom:8px;font-size:15px;line-height:1.8}.BriefDetail-module__YF7uDa__abstractTextEn{color:#ffffffa6;margin-bottom:8px;font-size:14px;line-height:1.8}.BriefDetail-module__YF7uDa__sourceBtn{color:#00f0ff;box-sizing:border-box;background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:24px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:32px;margin-bottom:40px;padding:12px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}
