.CategoryPage-module__ry2mgq__categoryCloudAmount{max-width:1400px;min-height:400px;color:var(--anzhiyu-fontcolor);margin:.5rem auto 0}.CategoryPage-module__ry2mgq__pageTitle{text-align:center;margin:.4rem 0 1rem 1rem;font-size:2rem;font-weight:700}.CategoryPage-module__ry2mgq__categoryCloudList{text-align:center;flex-wrap:wrap;justify-content:center;animation:.6s .2s backwards CategoryPage-module__ry2mgq__fadeInUp;display:flex}.CategoryPage-module__ry2mgq__categoryItem{width:fit-content;color:var(--anzhiyu-fontcolor);cursor:pointer;background:var(--anzhiyu-card-bg);border:var(--style-border-always);box-shadow:var(--anzhiyu-shadow-border);backface-visibility:hidden;transform-style:preserve-3d;border-radius:12px;align-items:center;gap:6px;margin:.7rem;padding:.6rem .9rem;font-size:1.4rem;transition:all .2s;display:flex}.CategoryPage-module__ry2mgq__categoryItem:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-main);border:var(--style-border-hover);box-shadow:var(--anzhiyu-shadow-blue)}.CategoryPage-module__ry2mgq__categoryItem svg{opacity:.4;font-size:1.2rem}.CategoryPage-module__ry2mgq__loadingTip,.CategoryPage-module__ry2mgq__errorTip{text-align:center;color:var(--anzhiyu-secondtext);padding:2rem 0}@keyframes CategoryPage-module__ry2mgq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AnHeYuDialog-module__a5usea__wrapper{z-index:2100;position:fixed;inset:0}.AnHeYuDialog-module__a5usea__overlay{padding:max(1rem, env(safe-area-inset-top,0px)) max(1rem, env(safe-area-inset-right,0px)) max(1rem, env(safe-area-inset-bottom,0px)) max(1rem, env(safe-area-inset-left,0px));background:var(--anzhiyu-maskbgdeep);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;justify-content:center;align-items:center;transition:opacity .2s ease-out;display:flex;position:absolute;inset:0}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__overlay{opacity:1}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__overlay{opacity:0}.AnHeYuDialog-module__a5usea__container{background:var(--anzhiyu-card-bg);border:var(--style-border);width:100%;max-width:550px;max-height:min(92vh,100dvh - 2rem);box-shadow:var(--anzhiyu-shadow-lightblack);opacity:0;border-radius:16px;flex-direction:column;transition:transform .2s ease-out,opacity .2s ease-out;display:flex;position:relative;overflow:hidden;transform:scale(.96)}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__container{opacity:1;transform:scale(1)}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__container{opacity:0;transform:scale(.96)}.AnHeYuDialog-module__a5usea__header{border-bottom:var(--style-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.AnHeYuDialog-module__a5usea__title{color:var(--anzhiyu-fontcolor);margin:0;font-size:1.125rem;font-weight:600}.AnHeYuDialog-module__a5usea__closeBtn{width:2rem;height:2rem;color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.AnHeYuDialog-module__a5usea__closeBtn:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.AnHeYuDialog-module__a5usea__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:20px 25px;overflow-y:auto}.AnHeYuDialog-module__a5usea__footer{background:var(--anzhiyu-secondbg);border-top:var(--style-border);flex-shrink:0;justify-content:flex-end;gap:12px;padding:1.25rem 1.5rem;display:flex}.AnHeYuDialog-module__a5usea__btn{cursor:pointer;touch-action:manipulation;border-radius:8px;min-width:120px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s,opacity .2s}.AnHeYuDialog-module__a5usea__btnCancel{background:var(--anzhiyu-card-btn-bg);border:1px solid var(--anzhiyu-card-border);color:var(--anzhiyu-fontcolor)}.AnHeYuDialog-module__a5usea__btnCancel:hover{background:var(--anzhiyu-secondbg);border-color:var(--anzhiyu-card-border)}.AnHeYuDialog-module__a5usea__btnPrimary{cursor:pointer;background:var(--anzhiyu-theme);color:var(--anzhiyu-white);touch-action:manipulation;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:filter .2s,opacity .2s}.AnHeYuDialog-module__a5usea__btnPrimary:hover:not(:disabled){filter:brightness(1.08)}.AnHeYuDialog-module__a5usea__btnPrimary:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.AnHeYuDialog-module__a5usea__overlay{padding:max(.5rem, env(safe-area-inset-top,0px)) max(.75rem, env(safe-area-inset-right,0px)) max(.75rem, env(safe-area-inset-bottom,0px)) max(.75rem, env(safe-area-inset-left,0px));-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center}.AnHeYuDialog-module__a5usea__container{width:min(100%,34rem);max-width:min(100%,34rem);max-height:min(88dvh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 1rem));opacity:0;border-radius:16px;transition:transform .2s ease-out,opacity .2s ease-out;transform:translateY(8px)scale(.98)}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__container{opacity:1;transform:translate(0,0)scale(1)}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__container{opacity:0;transform:translateY(8px)scale(.98)}.AnHeYuDialog-module__a5usea__header,.AnHeYuDialog-module__a5usea__content,.AnHeYuDialog-module__a5usea__footer{padding-left:max(1rem, env(safe-area-inset-left,0px));padding-right:max(1rem, env(safe-area-inset-right,0px))}.AnHeYuDialog-module__a5usea__header{padding-top:1rem;padding-bottom:.875rem}.AnHeYuDialog-module__a5usea__content{padding-top:14px;padding-bottom:16px}.AnHeYuDialog-module__a5usea__footer{padding-bottom:max(1rem, env(safe-area-inset-bottom,0px));flex-wrap:wrap;gap:10px}.AnHeYuDialog-module__a5usea__title{padding-right:.25rem;font-size:1.0625rem;line-height:1.35}.AnHeYuDialog-module__a5usea__closeBtn{flex-shrink:0;min-width:44px;min-height:44px;margin:-6px -4px -6px 0}.AnHeYuDialog-module__a5usea__closeBtn:active{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.AnHeYuDialog-module__a5usea__btn,.AnHeYuDialog-module__a5usea__btnPrimary{min-height:44px}}
.CommentItem-module__XFPija__commentItemContainer{width:100%}.CommentItem-module__XFPija__commentItem{gap:.5rem;display:flex}.CommentItem-module__XFPija__commentAvatar{border:1px solid var(--border,#eee);border-radius:50%;width:40px;height:40px;transition:transform .3s}.CommentItem-module__XFPija__commentAvatar:hover{transform:scale(1.1)rotate(10deg)}.CommentItem-module__XFPija__commentMain{flex-direction:column;flex:1;min-width:0;display:flex}.CommentItem-module__XFPija__commentHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CommentItem-module__XFPija__userInfo{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.CommentItem-module__XFPija__nickname{color:var(--anzhiyu-fontcolor);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.CommentItem-module__XFPija__timestamp{color:var(--anzhiyu-fontcolor);font-size:.8rem}.CommentItem-module__XFPija__masterTag{color:#fff;background-color:var(--anzhiyu-red);border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.CommentItem-module__XFPija__pinnedTag{color:#fff;background-color:#ff6b6b;border-radius:4px;align-items:center;gap:.25rem;padding:2px 6px;font-size:.7rem;font-weight:700;display:flex}.CommentItem-module__XFPija__commentActions{gap:.5rem;height:30px;display:flex}.CommentItem-module__XFPija__actionButton{color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .3s,background-color .3s;display:flex}.CommentItem-module__XFPija__actionButton:hover{color:var(--anzhiyu-fontcolor);background-color:var(--anzhiyu-secondbg)}.CommentItem-module__XFPija__actionButtonLiked{color:var(--el-color-primary,var(--anzhiyu-main))}.CommentItem-module__XFPija__actionButtonLiked:hover{background-color:var(--anzhiyu-secondbg)}.CommentItem-module__XFPija__actionButtonDisabled{color:var(--anzhiyu-lighttext);cursor:not-allowed;opacity:.5}.CommentItem-module__XFPija__actionButtonDisabled:hover{color:var(--anzhiyu-lighttext);background-color:#0000}.CommentItem-module__XFPija__likeCount{margin-left:6px;font-size:.8rem}.CommentItem-module__XFPija__replyToBlock{color:var(--anzhiyu-secondtext);margin-bottom:.5rem;font-size:.75rem}.CommentItem-module__XFPija__replyToNick{cursor:pointer;background:0 0;border:none;padding:0 .2em;font-weight:500;text-decoration:none}.CommentItem-module__XFPija__replyToNick:hover{color:var(--anzhiyu-white);background-color:var(--anzhiyu-theme);border-radius:4px}.CommentItem-module__XFPija__commentContent{overflow-wrap:break-word;word-break:break-word;max-width:100%;color:var(--anzhiyu-fontcolor);font-size:.95rem;line-height:1.6;transition:opacity .2s}.CommentItem-module__XFPija__commentContent p{margin:.5rem 0}.CommentItem-module__XFPija__commentContent code:not(.CommentItem-module__XFPija__hljs){color:#fff;background:var(--anzhiyu-code-stress);box-shadow:var(--anzhiyu-shadow-border);border-radius:4px;margin:0 4px;padding:2px 4px;line-height:2}.CommentItem-module__XFPija__commentContent pre,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__md-editor-code{max-width:100%;overflow-x:auto}.CommentItem-module__XFPija__commentContent table{max-width:100%;display:block;overflow-x:auto}.CommentItem-module__XFPija__commentContent img{vertical-align:middle;border-radius:4px;max-width:100%;height:auto;max-height:300px}.CommentItem-module__XFPija__commentContent img:not(.CommentItem-module__XFPija__anzhiyu-owo-emotion){cursor:zoom-in}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__anzhiyu-owo-emotion{width:3rem;height:auto;margin:0;display:inline}.CommentItem-module__XFPija__commentContent a[data-fancybox]{border-bottom:none!important;padding:0!important}.CommentItem-module__XFPija__commentContent a[data-fancybox]:hover{box-shadow:none!important;background:0 0!important}.CommentItem-module__XFPija__commentContent>:last-child{margin-bottom:.5rem!important}.CommentItem-module__XFPija__commentMeta{color:var(--anzhiyu-fontcolor);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;font-size:.8rem;display:flex}.CommentItem-module__XFPija__metaItem{align-items:center;gap:.3rem;display:flex}.CommentItem-module__XFPija__metaItem svg{width:14px;height:14px}.CommentItem-module__XFPija__commentChildren{flex-direction:column;margin-top:1rem;margin-left:calc(40px + .5rem);padding-top:1rem;display:flex}.CommentItem-module__XFPija__replyFormWrapper{margin-top:1rem;margin-left:calc(40px + .5rem)}.CommentItem-module__XFPija__loadMoreChildrenWrapper{text-align:center;margin-top:1rem;margin-left:calc(40px + .5rem)}.CommentItem-module__XFPija__loadMoreChildrenButton{min-width:120px;color:var(--anzhiyu-fontcolor);text-align:center;letter-spacing:3px;cursor:pointer;background-color:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:50px;padding:.5rem 1rem;font-size:.7rem;transition:all .3s;box-shadow:0 8px 16px -4px #2c2d300c}.CommentItem-module__XFPija__loadMoreChildrenButton:hover:not(:disabled){color:var(--anzhiyu-white);background-color:var(--anzhiyu-main);border:var(--style-border-none)}.CommentItem-module__XFPija__loadMoreChildrenButton:disabled{cursor:not-allowed;opacity:.6}.CommentItem-module__XFPija__loadMoreChildrenLoading{color:var(--anzhiyu-main)}.CommentItem-module__XFPija__commentContent pre code.CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview pre code.CommentItem-module__XFPija__hljs{border:var(--style-border);background:#1f1f1f;border-radius:12px;padding:1em;display:block;overflow-x:auto}.CommentItem-module__XFPija__commentContent code.CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview code.CommentItem-module__XFPija__hljs{padding:3px 5px}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs{color:#abb2bf;background:#282c34}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-comment,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-quote,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-comment,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-quote{color:#5c6370;font-style:italic}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-doctag,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-formula,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-keyword,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-doctag,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-formula,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-keyword{color:#c678dd}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-deletion,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-name,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-section,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-tag,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-subst,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-deletion,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-name,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-section,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-tag,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-subst{color:#e06c75}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-literal,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-literal{color:#56b6c2}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-addition,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-attribute,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-meta .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-regexp,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-addition,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-attribute,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-meta .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-regexp,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-string{color:#98c379}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-attr,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-number,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-attr,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-class,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-pseudo,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-template-variable,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-type,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-variable,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-attr,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-number,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-attr,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-class,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-pseudo,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-template-variable,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-type,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-variable{color:#d19a66}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-bullet,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-meta,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-id,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-symbol,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-bullet,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-meta,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-id,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-symbol,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-title{color:#61aeee}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-built_in,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-class .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-title.CommentItem-module__XFPija__class_,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-built_in,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-class .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-title.CommentItem-module__XFPija__class_{color:#e6c07b}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-emphasis,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-emphasis{font-style:italic}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-strong,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-strong{font-weight:700}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-link{text-decoration:underline}@media (max-width:768px){.CommentItem-module__XFPija__commentContentCanReply{cursor:pointer}.CommentItem-module__XFPija__commentMeta{gap:.5rem;margin-top:.5rem;font-size:.75rem}.CommentItem-module__XFPija__metaItem{gap:.25rem}.CommentItem-module__XFPija__metaItem svg{width:12px;height:12px}.CommentItem-module__XFPija__commentChildren,.CommentItem-module__XFPija__replyFormWrapper,.CommentItem-module__XFPija__loadMoreChildrenWrapper,.CommentItem-module__XFPija__replyFormWrapper{margin-left:0}}
.ReplyItem-module__BMZfaq__replyItemContainer{border-top:var(--style-border-dashed);padding:1.25rem 0}.ReplyItem-module__BMZfaq__replyAvatar{border:1px solid var(--border,#eee);border-radius:50%;width:32px;height:32px;transition:transform .3s}.ReplyItem-module__BMZfaq__replyAvatar:hover{transform:scale(1.1)rotate(10deg)}.ReplyItem-module__BMZfaq__replyNickname{color:var(--anzhiyu-fontcolor);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600;text-decoration:none}.ReplyItem-module__BMZfaq__replyNickname:hover{color:var(--el-color-primary,var(--anzhiyu-main))}.ReplyItem-module__BMZfaq__replyFormWrapper{margin-top:1rem;margin-left:48px}.ReplyItem-module__BMZfaq__expandRepliesWrapper{margin-top:.75rem}.ReplyItem-module__BMZfaq__expandRepliesButton{color:var(--anzhiyu-main);border:1px solid var(--anzhiyu-main);cursor:pointer;background:0 0;border-radius:.5rem;padding:.4rem .8rem;font-size:.85rem;transition:all .3s}.ReplyItem-module__BMZfaq__expandRepliesButton:hover{background:var(--anzhiyu-main);color:var(--anzhiyu-white)}.ReplyItem-module__BMZfaq__replyList{flex-direction:column;display:flex}.ReplyItem-module__BMZfaq__loadMoreReplies{text-align:center;margin:1rem 0}.ReplyItem-module__BMZfaq__loadMoreRepliesButton{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);border:1px solid var(--anzhiyu-main);cursor:pointer;border-radius:.5rem;padding:.4rem 1rem;font-size:.85rem;transition:all .3s}.ReplyItem-module__BMZfaq__loadMoreRepliesButton:hover{background:var(--anzhiyu-main);color:var(--anzhiyu-white)}@media (max-width:768px){.ReplyItem-module__BMZfaq__replyFormWrapper{margin-left:0}.ReplyItem-module__BMZfaq__expandRepliesButton{padding:.35rem .7rem;font-size:.8rem}.ReplyItem-module__BMZfaq__loadMoreRepliesButton{padding:.35rem .8rem;font-size:.8rem}}
@keyframes CommentSection-module__e89LGq__commentHighlightAnimation{0%{background-color:#007bff26}to{background-color:#0000}}@keyframes CommentSection-module__e89LGq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#post-comment{box-sizing:border-box;border-radius:8px;max-width:100%;margin-bottom:3rem;scroll-margin-top:100px}#post-comment .comment--highlight{border-radius:8px;animation:2s ease-out CommentSection-module__e89LGq__commentHighlightAnimation}.CommentSection-module__e89LGq__commentSection{box-sizing:border-box;border-radius:8px;max-width:100%;margin-bottom:3rem;scroll-margin-top:100px}.CommentSection-module__e89LGq__mainCommentFormContainer{flex-direction:column;display:flex}.CommentSection-module__e89LGq__commentHead{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:.625rem;font-size:.8rem;display:flex}.CommentSection-module__e89LGq__commentTools{align-items:center;gap:8px;display:flex}.CommentSection-module__e89LGq__formTitle{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;display:flex;position:relative}.CommentSection-module__e89LGq__commentCountNumber{color:var(--anzhiyu-card-bg);background-color:var(--anzhiyu-fontcolor);border-radius:20px;padding:3px 6px;font-size:12px;line-height:1;position:absolute;top:8px;left:calc(100% + 5px)}.CommentSection-module__e89LGq__commentRandomInfo{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;transition:all .3s}.CommentSection-module__e89LGq__commentRandomInfo a{color:inherit;text-decoration:none}.CommentSection-module__e89LGq__commentRandomInfo:hover{color:var(--anzhiyu-main)}.CommentSection-module__e89LGq__commentRandomInfoActive{color:var(--anzhiyu-main);font-weight:600}.CommentSection-module__e89LGq__commentRandomInfoActive .CommentSection-module__e89LGq__commentRandomInfoText:after{content:"";background:var(--anzhiyu-main);border-radius:1px;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.CommentSection-module__e89LGq__commentRandomInfoText{position:relative}.CommentSection-module__e89LGq__commentListContainer{width:100%;margin-top:1rem}.CommentSection-module__e89LGq__commentListPlaceholder{justify-content:center;align-items:center;min-height:200px;padding:3rem 0;display:flex}.CommentSection-module__e89LGq__commentListPlaceholderContent{color:var(--anzhiyu-secondtext);opacity:.7;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;display:flex}.CommentSection-module__e89LGq__placeholderIcon{opacity:.5;width:3rem;height:3rem}.CommentSection-module__e89LGq__commentsWrapper{gap:var(--comment-item-gap,.75rem);flex-direction:column;display:flex}.CommentSection-module__e89LGq__commentThreadItem{background:var(--comment-item-bg,var(--card));border:var(--comment-item-border,1px solid var(--border));border-radius:var(--comment-item-radius,12px);padding:var(--comment-item-padding,1.25rem);transition:all .3s}.CommentSection-module__e89LGq__commentThreadItem:first-child .CommentSection-module__e89LGq__commentThreadDivider{display:none}.CommentSection-module__e89LGq__commentThreadDivider{display:var(--comment-divider-display,none);border:none;border-top:1px solid var(--border,#eef2f8);margin-bottom:1.5rem}.CommentSection-module__e89LGq__scrollLoadingContainer{text-align:center;width:100%;margin:2rem auto 0}.CommentSection-module__e89LGq__scrollLoadingSpinner{color:var(--anzhiyu-fontcolor);background-color:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;display:inline-flex;box-shadow:0 8px 16px -4px #2c2d300c}.CommentSection-module__e89LGq__scrollLoadingSpinner svg{animation:1s linear infinite CommentSection-module__e89LGq__spin}.CommentSection-module__e89LGq__commentEmpty{color:var(--anzhiyu-secondtext);text-align:center;padding:2rem 0;font-size:.9rem}@media (max-width:768px){.CommentSection-module__e89LGq__commentsWrapper{gap:.5rem}}
.CommentBarrage-module__kqvWMq__commentBarrage{z-index:999;pointer-events:none;will-change:transform;flex-direction:column;justify-content:end;align-items:flex-end;padding:0 0 20px 10px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;right:60px;transform:translateY(0)}.CommentBarrage-module__kqvWMq__commentBarrage[data-hidden=true]{transform:translateY(100%)}@media screen and (max-width:768px){.CommentBarrage-module__kqvWMq__commentBarrage{display:none!important}}.CommentBarrage-module__kqvWMq__commentBarrageItem{width:fit-content;min-width:300px;max-width:300px;min-height:80px;max-height:150px;color:var(--anzhiyu-fontcolor);pointer-events:auto;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border:var(--style-border);box-shadow:var(--anzhiyu-shadow-border);background:#ffffffd9;border-radius:8px;flex-direction:column;margin:4px;padding:8px 14px;transition:all .3s;display:flex;position:relative;transform:translateZ(0)}.CommentBarrage-module__kqvWMq__barrageClose{z-index:2;width:22px;height:22px;color:var(--anzhiyu-fontcolor);cursor:pointer;opacity:.7;background:#00000014;border:none;border-radius:4px;padding:0;transition:opacity .2s,background .2s;position:absolute;top:6px;right:6px}.CommentBarrage-module__kqvWMq__barrageClose:hover{opacity:1;background:#0000001f}.CommentBarrage-module__kqvWMq__barrageClose:focus-visible{outline:2px solid var(--anzhiyu-main,currentColor);outline-offset:2px}.CommentBarrage-module__kqvWMq__barrageClose:before,.CommentBarrage-module__kqvWMq__barrageClose:after{content:"";background:currentColor;border-radius:1px;width:12px;height:1.5px;position:absolute;top:50%;left:50%}.CommentBarrage-module__kqvWMq__barrageClose:before{transform:translate(-50%,-50%)rotate(45deg)}.CommentBarrage-module__kqvWMq__barrageClose:after{transform:translate(-50%,-50%)rotate(-45deg)}:is(html.dark .CommentBarrage-module__kqvWMq__commentBarrageItem,[data-theme=dark] .CommentBarrage-module__kqvWMq__commentBarrageItem){background:#1e1e1ecc}.CommentBarrage-module__kqvWMq__commentBarrageItem:hover{border:var(--style-border-hover);box-shadow:var(--anzhiyu-shadow-main)}.CommentBarrage-module__kqvWMq__barrageContent{color:var(--anzhiyu-fontcolor);text-decoration:none}.CommentBarrage-module__kqvWMq__barrageContent:hover{color:var(--anzhiyu-main)}.CommentBarrage-module__kqvWMq__barrageHead{border-bottom:var(--style-border);justify-content:space-between;align-items:center;height:30px;padding:0 30px 6px 0;font-size:12px;font-weight:700;line-height:30px;display:flex}.CommentBarrage-module__kqvWMq__barrageTitle{color:var(--anzhiyu-card-bg);background:var(--anzhiyu-fontcolor);border-radius:4px;margin-right:8px;padding:4px;line-height:1;text-decoration:none}.CommentBarrage-module__kqvWMq__barrageBloggerTitle{background:var(--anzhiyu-orange)}.CommentBarrage-module__kqvWMq__barrageAvatar{background:var(--anzhiyu-secondbg);border-radius:50%;width:16px;height:16px;margin:0 4px 0 auto}.CommentBarrage-module__kqvWMq__barrageNick{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.CommentBarrage-module__kqvWMq__barrageContent{cursor:pointer;height:calc(100% - 30px);margin-top:6px;overflow:scroll;font-size:14px!important;font-weight:400!important}.CommentBarrage-module__kqvWMq__barrageContent::-webkit-scrollbar{width:4px;height:0}.CommentBarrage-module__kqvWMq__barrageContent::-webkit-scrollbar-button{display:none}.CommentBarrage-module__kqvWMq__barrageContent p{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;padding:0;line-height:1.3;display:-webkit-box;overflow:hidden}.CommentBarrage-module__kqvWMq__barrageContent blockquote{color:var(--anzhiyu-secondtext);background-color:var(--anzhiyu-secondbg);border:var(--style-border-always);border-radius:8px;margin:1rem 0;padding:.5rem .8rem}.CommentBarrage-module__kqvWMq__barrageContent blockquote p{margin:0}:is(.CommentBarrage-module__kqvWMq__barrageContent h1,.CommentBarrage-module__kqvWMq__barrageContent h2,.CommentBarrage-module__kqvWMq__barrageContent h3,.CommentBarrage-module__kqvWMq__barrageContent h4){margin:8px 0!important;font-size:14px!important;font-weight:400!important}
@keyframes AuthorInfoCard-module__NwZloG__gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.AuthorInfoCard-module__NwZloG__cardInfo{contain:layout;border:none;border-radius:12px;padding:0;position:relative;overflow:hidden}.AuthorInfoCard-module__NwZloG__cardInfo:before{content:"";background:linear-gradient(-25deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));will-change:background-position;background-size:400%;width:100%;height:100%;animation:15s infinite AuthorInfoCard-module__NwZloG__gradient;position:absolute;top:0;left:0}.AuthorInfoCard-module__NwZloG__cardContent{height:320px;min-height:320px;padding:1rem 1.2rem;position:relative}.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorInfoAvatar,.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorStatus{opacity:0;transform:scale(0)}.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorInfoDescription{opacity:1}.AuthorInfoCard-module__NwZloG__authorInfoSayhi{width:fit-content;color:var(--anzhiyu-white);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--anzhiyu-white-op);border-radius:12px;margin:auto;padding:2px 8px;font-size:12px;transition:all .3s}.AuthorInfoCard-module__NwZloG__authorInfoSayhi:hover{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);transform:scale(1.15)}.AuthorInfoCard-module__NwZloG__authorInfoSayhi:active{opacity:.8;transform:scale(.8)}.AuthorInfoCard-module__NwZloG__authorInfoAvatar{-webkit-user-select:none;user-select:none;transform-origin:bottom;justify-content:center;width:118px;height:118px;margin:45px auto;transition:all .3s cubic-bezier(.69,.39,0,1.21);display:flex;position:relative}.AuthorInfoCard-module__NwZloG__avatarImg{object-fit:cover;border:var(--style-border-avatar);opacity:0;background:var(--anzhiyu-secondbg);border-radius:50%;width:100%;height:100%;transition:opacity .6s;animation:.6s forwards AuthorInfoCard-module__NwZloG__avatarFadeIn}@keyframes AuthorInfoCard-module__NwZloG__avatarFadeIn{0%{opacity:0}to{opacity:1}}.AuthorInfoCard-module__NwZloG__authorStatus{background-color:var(--anzhiyu-white);border-radius:50%;justify-content:center;align-items:center;width:33px;height:33px;transition:all .3s .2s;display:flex;position:absolute;bottom:2px;right:2px;overflow:hidden;transform:scale(1)}.AuthorInfoCard-module__NwZloG__gStatus{opacity:0;border-radius:0;width:26px;height:26px;transition:opacity .6s;animation:.6s .2s forwards AuthorInfoCard-module__NwZloG__statusFadeIn}@keyframes AuthorInfoCard-module__NwZloG__statusFadeIn{0%{opacity:0}to{opacity:1}}.AuthorInfoCard-module__NwZloG__authorInfoDescription{width:100%;color:var(--anzhiyu-white);opacity:0;padding:1rem 1.2rem;transition:all .3s;position:absolute;top:50px;left:0}.AuthorInfoCard-module__NwZloG__authorInfoDescription div{color:#fffc;text-align:justify;margin:.6rem 0;line-height:1.38}.AuthorInfoCard-module__NwZloG__authorInfoDescription b{color:#fff}.AuthorInfoCard-module__NwZloG__authorInfoBottomGroup{justify-content:space-between;align-items:center;width:100%;display:flex}.AuthorInfoCard-module__NwZloG__authorInfoBottomGroupLeft{text-decoration:none}.AuthorInfoCard-module__NwZloG__authorInfoName{color:var(--anzhiyu-white);text-align:left;margin-top:0;margin-bottom:5px;font-size:20px;font-weight:700;line-height:1}.AuthorInfoCard-module__NwZloG__authorInfoDesc{color:var(--anzhiyu-white);opacity:.6;font-size:12px;line-height:1}.AuthorInfoCard-module__NwZloG__cardInfoSocialIcons{cursor:pointer;flex-flow:wrap;min-width:100px;margin:0;display:flex}.AuthorInfoCard-module__NwZloG__socialIcon{width:40px;height:40px;color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-white-op);cursor:pointer;border-radius:32px;justify-content:center;align-items:center;margin:0 0 0 10px;padding:8px;font-size:1.4em;text-decoration:none;transition:all .3s;display:flex}.AuthorInfoCard-module__NwZloG__socialIcon:hover{color:var(--anzhiyu-main);background:var(--anzhiyu-secondbg);box-shadow:none;transform:scale(1.1)}.AuthorInfoCard-module__NwZloG__socialIcon:hover .AuthorInfoCard-module__NwZloG__socialIconify{color:var(--anzhiyu-main)}.AuthorInfoCard-module__NwZloG__socialIconImg{object-fit:contain;width:24px;height:24px}.AuthorInfoCard-module__NwZloG__socialIconify{width:20px;height:20px;color:var(--anzhiyu-white)}
.CardWechat-module__U6CwlG__cardWechat{cursor:pointer;border:var(--style-border);background:#57bd6a;border-radius:12px;justify-content:center;align-items:center;height:110px;padding:0;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.CardWechat-module__U6CwlG__cardWechat:hover{border:var(--style-border-hover)}.CardWechat-module__U6CwlG__cardWechat:hover:before{opacity:0;transition:all .3s ease-out;top:100%}.CardWechat-module__U6CwlG__cardWechat:before{content:"";background-image:var(--blur-background);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:all .2s cubic-bezier(.45,.04,.43,1.21);position:absolute;top:0;left:0}:is(html.dark .CardWechat-module__U6CwlG__cardWechat,[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat){background-color:#121121}html.dark .CardWechat-module__U6CwlG__cardWechat:before{filter:brightness(.5)saturate(.6)}[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat:before{filter:brightness(.5)saturate(.6)}:is(html.dark .CardWechat-module__U6CwlG__cardWechat .CardWechat-module__U6CwlG__face,[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat .CardWechat-module__U6CwlG__face){filter:brightness(.85)saturate(.9)}.CardWechat-module__U6CwlG__flipWrapper{z-index:1;perspective:1000px;width:235px;height:110px;position:relative}.CardWechat-module__U6CwlG__flipContent{width:100%;height:100%;transform-style:preserve-3d;transition:all .3s cubic-bezier(0,0,0,1.29)}.CardWechat-module__U6CwlG__face{backface-visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:100%;width:100%;height:100%;position:absolute}.CardWechat-module__U6CwlG__face.CardWechat-module__U6CwlG__back{box-sizing:border-box;background-size:100%;display:block;transform:rotateY(180deg)}.CardWechat-module__U6CwlG__flipWrapper:hover .CardWechat-module__U6CwlG__flipContent{transform:rotateY(180deg)}
@font-face{font-family:UnidreamLED;src:url(https://cdn.cbd.int/anzhiyu-blog@1.1.6/fonts/UnidreamLED.ttf);font-display:swap}@font-face{font-family:ZhuZiAYuanJWD;src:url(https://npm.elemecdn.com/anzhiyu-blog@1.1.6/fonts/ZhuZiAWan.woff2);font-display:swap;font-weight:lighter}@font-face{font-family:qweather-icons;src:url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.woff2)format("woff2"),url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.woff)format("woff"),url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.ttf)format("truetype");font-display:swap}.CardClock-module__6wqvPG__cardClock{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.CardClock-module__6wqvPG__loadingContainer{justify-content:center;align-items:center;height:153px;padding:20px;display:flex}.CardClock-module__6wqvPG__loadingImg{max-width:100%;max-height:120px}.CardClock-module__6wqvPG__cardBackground{z-index:2;border-radius:8px;height:120px;margin:15px}:is(html.dark .CardClock-module__6wqvPG__cardBackground,[data-theme=dark] .CardClock-module__6wqvPG__cardBackground){background-color:#212121}.CardClock-module__6wqvPG__clockContent{width:100%;height:100%}.CardClock-module__6wqvPG__clockInner{flex-direction:column;justify-content:center;width:100%;height:100%;padding:10px;display:flex}.CardClock-module__6wqvPG__clockRow{color:#000;white-space:nowrap;flex-wrap:nowrap;justify-content:space-between;font-family:UnidreamLED;font-weight:400;display:flex}:is(html.dark .CardClock-module__6wqvPG__clockRow,[data-theme=dark] .CardClock-module__6wqvPG__clockRow){color:#fff}.CardClock-module__6wqvPG__clockDate{text-align:left}.CardClock-module__6wqvPG__weather{text-align:center;font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__weatherIcon{vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:qweather-icons!important}.CardClock-module__6wqvPG__temp{font-family:UnidreamLED!important}.CardClock-module__6wqvPG__clockTime{text-align:center;flex:1;font-family:UnidreamLED;font-size:38px;line-height:1.5}.CardClock-module__6wqvPG__windDir{font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__windIcon{vertical-align:-.125em;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:qweather-icons!important}.CardClock-module__6wqvPG__location{text-align:center;font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__period{text-align:right}@media (max-width:992px){.CardClock-module__6wqvPG__cardClock{display:none}}
.BannerCard-module__h0ml0q__bannerCard{color:#fff;background-color:var(--primary,#425aef);background-image:linear-gradient(-45deg, var(--primary,#425aef), #0f4667, #2a6973 150%, #67044d);background-position:0 28%;background-repeat:no-repeat;background-size:400%;border-radius:12px;width:100%;position:relative;overflow:hidden}.BannerCard-module__h0ml0q__bannerInner{width:100%;height:100%;padding:2rem;display:flex;position:relative}.BannerCard-module__h0ml0q__bannerInner:before{z-index:1;content:"";background:#0006;position:absolute;inset:0}.BannerCard-module__h0ml0q__bannerContent{z-index:2;text-align:left;flex-direction:column;justify-content:space-between;width:100%;display:flex;position:relative}.BannerCard-module__h0ml0q__bannerTips{opacity:.8;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.BannerCard-module__h0ml0q__bannerTitle{margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2;display:block}.BannerCard-module__h0ml0q__bannerBottom{justify-content:space-between;align-items:center;display:flex}.BannerCard-module__h0ml0q__bannerDesc{opacity:.9;font-size:.875rem;line-height:1.5}.BannerCard-module__h0ml0q__bannerButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.BannerCard-module__h0ml0q__bannerButtonIcon{flex-shrink:0}.BannerCard-module__h0ml0q__bannerButton:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003}@media (max-width:768px){.BannerCard-module__h0ml0q__bannerInner{padding:1.5rem}.BannerCard-module__h0ml0q__bannerTitle{font-size:1.5rem}}
.CustomSidebarBlocks-module__mzM0ka__customBlock{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;padding:1rem;transition:all .3s;position:relative;overflow:hidden}.CustomSidebarBlocks-module__mzM0ka__customBlock:hover{box-shadow:var(--anzhiyu-shadow-main)}.CustomSidebarBlocks-module__mzM0ka__customBlockTitle{color:var(--anzhiyu-fontcolor);border-bottom:1px solid var(--anzhiyu-card-border,var(--border));margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:600}.CustomSidebarBlocks-module__mzM0ka__customBlockContent img{max-width:100%;height:auto}@media (max-width:992px){.CustomSidebarBlocks-module__mzM0ka__customBlock{display:none}}
.CardToc-module__y9ORgW__cardToc{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem}.CardToc-module__y9ORgW__cardTitle{color:var(--foreground);align-items:center;margin-bottom:.5rem;padding-left:.25rem;font-size:1.1rem;font-weight:600;display:flex}.CardToc-module__y9ORgW__cardTitle svg{margin-right:.5rem;font-size:1.2rem}.CardToc-module__y9ORgW__count{color:var(--muted-foreground);background:var(--muted);border-radius:9999px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.CardToc-module__y9ORgW__tocContainer{max-height:calc(100vh - 200px);position:relative;overflow:hidden auto}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar{width:6px;height:6px}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-track{background:0 0}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-thumb{background:var(--scrollbar,#3c3c4333);border-radius:3px}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover,#3c3c4366)}.CardToc-module__y9ORgW__tocContainer:hover .CardToc-module__y9ORgW__tocItem{filter:blur();opacity:1}.CardToc-module__y9ORgW__tocList{z-index:1;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;position:relative}.CardToc-module__y9ORgW__tocItem{color:var(--muted-foreground);cursor:pointer;border-radius:8px;align-items:center;padding:8px 8px 8px 12px;line-height:1.5;transition:color .2s ease-out,background-color .2s ease-out,font-size .2s ease-out,filter .2s ease-out,opacity .2s ease-out;display:flex;position:relative;overflow:hidden}.CardToc-module__y9ORgW__tocItem:not(.CardToc-module__y9ORgW__active){cursor:pointer;filter:blur(1px);opacity:.6;width:100%}.CardToc-module__y9ORgW__tocItem:hover{color:var(--primary);background-color:var(--primary-op-light)}.CardToc-module__y9ORgW__tocItem.CardToc-module__y9ORgW__active{color:var(--primary);background-color:var(--primary-op-light);font-weight:600}.CardToc-module__y9ORgW__tocText{text-overflow:ellipsis;white-space:nowrap;transition:transform .2s ease-out;display:block;overflow:hidden}.CardToc-module__y9ORgW__indicator{z-index:2;background-color:var(--primary);opacity:0;pointer-events:none;border-radius:4px;width:4px;transition:top .2s cubic-bezier(0,1,.5,1),height .2s cubic-bezier(0,1,.5,1),opacity .2s ease-in-out;position:absolute;top:0;left:0}.CardToc-module__y9ORgW__tocItem[data-level="1"]{padding-left:.8rem;font-size:.95rem}.CardToc-module__y9ORgW__tocItem[data-level="1"].CardToc-module__y9ORgW__active{font-size:1.1rem}.CardToc-module__y9ORgW__tocItem[data-level="2"]{padding-left:1.6rem;font-size:.9rem}.CardToc-module__y9ORgW__tocItem[data-level="2"].CardToc-module__y9ORgW__active{font-size:1.05rem}.CardToc-module__y9ORgW__tocItem[data-level="3"]{padding-left:2.4rem;font-size:.85rem}.CardToc-module__y9ORgW__tocItem[data-level="3"].CardToc-module__y9ORgW__active{font-size:1rem}.CardToc-module__y9ORgW__tocItem[data-level="4"]{padding-left:3.2rem;font-size:.8rem}.CardToc-module__y9ORgW__tocItem[data-level="4"].CardToc-module__y9ORgW__active{font-size:.95rem}.CardToc-module__y9ORgW__tocItem[data-level="5"]{padding-left:4rem;font-size:.75rem}.CardToc-module__y9ORgW__tocItem[data-level="5"].CardToc-module__y9ORgW__active{font-size:.9rem}.CardToc-module__y9ORgW__tocItem[data-level="6"]{padding-left:4.8rem;font-size:.7rem}.CardToc-module__y9ORgW__tocItem[data-level="6"].CardToc-module__y9ORgW__active{font-size:.85rem}@media (max-width:992px){.CardToc-module__y9ORgW__cardToc{display:none}}
.snackbar-module__gajXeW__snackbar{z-index:99999;opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;top:0;left:50%;transform:translate(-50%,-100%)}.snackbar-module__gajXeW__snackbar.snackbar-module__gajXeW__show{opacity:1;pointer-events:auto;transform:translate(-50%,12px)}.snackbar-module__gajXeW__snackbar.snackbar-module__gajXeW__exit{opacity:0;pointer-events:none;transform:translate(-50%,-100%)}.snackbar-module__gajXeW__inner{white-space:nowrap;color:#fff;background:#1f1f1f;border-radius:10px;align-items:center;gap:16px;padding:12px 20px;font-size:14px;line-height:1.5;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000040}:is(html.dark .snackbar-module__gajXeW__inner,[data-theme=dark] .snackbar-module__gajXeW__inner){background:#425aef}.snackbar-module__gajXeW__text{flex:1}.snackbar-module__gajXeW__action{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:6px;flex-shrink:0;padding:4px 12px;font-size:13px;font-weight:600;transition:background .2s}.snackbar-module__gajXeW__action:hover{background:#ffffff4d}.snackbar-module__gajXeW__progress{background:#fff6;border-radius:0 0 10px 10px;width:100%;height:3px;animation:linear forwards snackbar-module__gajXeW__snackbar-progress;position:absolute;bottom:0;left:0}@keyframes snackbar-module__gajXeW__snackbar-progress{0%{width:100%}to{width:0%}}
.styles-module__b9M_Xa__headerRight{--animation-on:cubic-bezier(.6, .1, 0, 1);--animation-in:cubic-bezier(.6, .2, .25, 1);z-index:102;flex-direction:row;align-items:center;height:100%;padding-right:1.5rem;display:flex;position:absolute;right:0}.styles-module__b9M_Xa__centerConsole{display:none}.styles-module__b9M_Xa__consoleLabel{--icon-size:1.375rem;width:var(--icon-size);height:var(--icon-size);cursor:pointer;margin-left:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;top:0;bottom:0;right:0}.styles-module__b9M_Xa__consoleLabel:hover .styles-module__b9M_Xa__left{width:calc(var(--icon-size) / 2.5);transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__b9M_Xa__consoleLabel:hover .styles-module__b9M_Xa__center{width:calc(var(--icon-size) / 2.5);opacity:.5;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__b9M_Xa__consoleLabel:hover .styles-module__b9M_Xa__right{width:calc(var(--icon-size) / 2.5);height:calc(var(--icon-size) / 1.15);transition:all .3s cubic-bezier(.4,0,.2,1);transform:none}.styles-module__b9M_Xa__consoleIcon{width:calc(var(--icon-size) / 3);height:calc(var(--icon-size) / 3);background:var(--foreground);border-radius:calc(var(--icon-size) * .15);transform:translateY(calc(var(--icon-size) / 4));margin:auto;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0 auto 0 0}.styles-module__b9M_Xa__consoleIcon.styles-module__b9M_Xa__left{width:100%;transform:translateY(calc(var(--icon-size) / -4))}.styles-module__b9M_Xa__consoleIcon.styles-module__b9M_Xa__right{width:calc(var(--icon-size) / 2);left:auto;right:0}.styles-module__b9M_Xa__consoleLabelActive{z-index:99999;top:0;right:0}.styles-module__b9M_Xa__consoleLabelActive:after{z-index:-1;content:"";border-radius:50px;width:35px;height:35px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--foreground)!important}.styles-module__b9M_Xa__consoleLabelActive:hover:after{background:var(--primary)!important}.styles-module__b9M_Xa__consoleLabelActive .styles-module__b9M_Xa__consoleIcon{height:5px;background:var(--background)!important}.styles-module__b9M_Xa__consoleLabelActive .styles-module__b9M_Xa__consoleIcon.styles-module__b9M_Xa__left{width:100%!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;transform:translateY(0)rotate(-45deg)!important}.styles-module__b9M_Xa__consoleLabelActive .styles-module__b9M_Xa__consoleIcon.styles-module__b9M_Xa__center{opacity:0!important;width:0!important;height:0!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;transform:translateY(0)!important}.styles-module__b9M_Xa__consoleLabelActive .styles-module__b9M_Xa__consoleIcon.styles-module__b9M_Xa__right{width:100%!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;left:0!important;transform:translateY(0)rotate(45deg)!important}.styles-module__b9M_Xa__consoleLabelActive:hover .styles-module__b9M_Xa__left,.styles-module__b9M_Xa__consoleLabelActive:hover .styles-module__b9M_Xa__right{width:100%!important;height:5px!important}.styles-module__b9M_Xa__consoleLabelActive:hover .styles-module__b9M_Xa__center{opacity:0!important;width:0!important;height:0!important}.styles-module__b9M_Xa__consoleLabelActive:hover .styles-module__b9M_Xa__left{transform:translateY(0)rotate(-45deg)!important}.styles-module__b9M_Xa__consoleLabelActive:hover .styles-module__b9M_Xa__right{transform:translateY(0)rotate(45deg)!important}.styles-module__b9M_Xa__navButton{cursor:pointer;width:35px;height:35px;color:var(--foreground);background:0 0;border:none;border-radius:50px;justify-content:center;align-items:center;margin-left:1rem;padding:0;transition:all .3s;display:flex}.styles-module__b9M_Xa__navButton svg{color:inherit;transition:color .3s}.styles-module__b9M_Xa__navButton:not(.styles-module__b9M_Xa__navTotop):hover,.styles-module__b9M_Xa__navButton:not(.styles-module__b9M_Xa__navTotop)[data-hover=true]{color:var(--primary-foreground);background:var(--primary)}.styles-module__b9M_Xa__navButton[data-slot=trigger]{box-shadow:none!important;border-radius:50px!important}.styles-module__b9M_Xa__navButton[data-slot=trigger]:hover,.styles-module__b9M_Xa__navButton[data-slot=trigger][data-hover=true]{color:var(--primary-foreground);background:var(--primary);border-radius:50px!important}:is(html.dark .styles-module__b9M_Xa__headerRight .styles-module__b9M_Xa__navButton[data-slot=trigger]:hover,html.dark .styles-module__b9M_Xa__headerRight .styles-module__b9M_Xa__navButton[data-slot=trigger][data-hover=true],.dark .styles-module__b9M_Xa__headerRight .styles-module__b9M_Xa__navButton[data-slot=trigger]:hover,.dark .styles-module__b9M_Xa__headerRight .styles-module__b9M_Xa__navButton[data-slot=trigger][data-hover=true]){background-color:var(--primary)!important;color:var(--primary-foreground)!important}.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton{color:#fff}.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton:not(.styles-module__b9M_Xa__navTotop):hover,.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton:not(.styles-module__b9M_Xa__navTotop)[data-hover=true]{color:#fff;background:#fff3}:is(html.dark .styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton[data-slot=trigger]:hover,html.dark .styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton[data-slot=trigger][data-hover=true],.dark .styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton[data-slot=trigger]:hover,.dark .styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__navButton[data-slot=trigger][data-hover=true]){color:#fff!important;background-color:#fff3!important}.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__consoleIcon{background:#fff}.styles-module__b9M_Xa__textIsWhite .styles-module__b9M_Xa__toggleMenu{color:#fff}.styles-module__b9M_Xa__userCenterButton{position:relative}.styles-module__b9M_Xa__toggleMenu{cursor:pointer;margin-left:1rem;display:none}.styles-module__b9M_Xa__toggleMenu .styles-module__b9M_Xa__sitePage{font-size:1.35rem}.styles-module__b9M_Xa__navTotop{transform-origin:100%;width:0;margin-left:0;transition:all .3s ease-in-out;transform:scale(0)}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__isVisible{opacity:1;width:25px;margin-left:1.5rem;transform:scale(1)}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__isVisible.styles-module__b9M_Xa__long{width:80px;margin-left:1rem}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__isVisible.styles-module__b9M_Xa__long .styles-module__b9M_Xa__totopbtn{width:70px}.styles-module__b9M_Xa__totopbtn{width:25px;height:25px;color:var(--card);background:var(--foreground);border-radius:40px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:5px;right:5px}.styles-module__b9M_Xa__totopbtn svg,.styles-module__b9M_Xa__totopbtn .styles-module__b9M_Xa__percent{transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__b9M_Xa__totopbtn svg{opacity:0}.styles-module__b9M_Xa__percent{white-space:nowrap;opacity:1;font-size:13px;font-weight:700}.styles-module__b9M_Xa__navTotop:not(.styles-module__b9M_Xa__long):hover .styles-module__b9M_Xa__totopbtn{background:var(--primary);width:35px;height:35px;top:0;right:0}.styles-module__b9M_Xa__navTotop:not(.styles-module__b9M_Xa__long):hover .styles-module__b9M_Xa__totopbtn svg{color:var(--primary-foreground);opacity:1;transition:all .3s}.styles-module__b9M_Xa__navTotop:not(.styles-module__b9M_Xa__long):hover .styles-module__b9M_Xa__totopbtn .styles-module__b9M_Xa__percent{opacity:0}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__long:hover{transform:scale(1)}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__long:hover .styles-module__b9M_Xa__totopbtn{background:var(--primary)}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__long:hover .styles-module__b9M_Xa__totopbtn svg{opacity:1}.styles-module__b9M_Xa__navTotop.styles-module__b9M_Xa__long:hover .styles-module__b9M_Xa__totopbtn .styles-module__b9M_Xa__percent{opacity:0;transform:translate(-50%,-50%)scale(1.5)}.styles-module__b9M_Xa__userDropdownWrapper{align-items:center;margin-left:1rem;display:flex;position:relative}.styles-module__b9M_Xa__dropdownBridge{pointer-events:auto;width:140px;height:8px;position:absolute;top:100%;left:0}.styles-module__b9M_Xa__userDropdownMenu{z-index:9999;background:var(--card);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border:1px solid var(--border);border-radius:12px;min-width:140px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #0000001f}.styles-module__b9M_Xa__dropdownItem{color:var(--foreground);cursor:pointer;align-items:center;gap:10px;padding:12px 18px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__b9M_Xa__dropdownItem svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.styles-module__b9M_Xa__dropdownItem span{font-weight:500}.styles-module__b9M_Xa__dropdownItem:hover{color:var(--primary-foreground);background:var(--primary)}.styles-module__b9M_Xa__dropdownItem:hover span{color:var(--primary-foreground)}.styles-module__b9M_Xa__dropdownItem:hover svg{color:var(--primary-foreground);transform:scale(1.1)}.styles-module__b9M_Xa__dropdownItem:not(:last-child){border-bottom:1px solid var(--border)}.styles-module__b9M_Xa__dropdownItem:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.styles-module__b9M_Xa__dropdownItem:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.styles-module__b9M_Xa__dropdownFadeEnter{animation:.3s cubic-bezier(.4,0,.2,1) styles-module__b9M_Xa__dropdown-in}@keyframes styles-module__b9M_Xa__dropdown-in{0%{opacity:0;transform:translateY(-12px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen{pointer-events:none}.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__navButton,.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__userDropdownWrapper,.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__toggleMenu{opacity:0;pointer-events:none;visibility:hidden}.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__navTotop{opacity:0;pointer-events:none;overflow:hidden;width:0!important;margin-left:0!important;transform:scale(0)!important}.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__consoleLabel{pointer-events:auto}@media (max-width:768px){.styles-module__b9M_Xa__headerRight{padding:0 1.2rem}.styles-module__b9M_Xa__centerConsole,.styles-module__b9M_Xa__consoleLabel{display:none}.styles-module__b9M_Xa__toggleMenu{display:block}.styles-module__b9M_Xa__headerRight.styles-module__b9M_Xa__consoleOpen .styles-module__b9M_Xa__consoleLabel{pointer-events:auto;display:block}}.styles-module__b9M_Xa__userPanel{min-width:280px}.styles-module__b9M_Xa__panelHeader{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px;display:flex}.styles-module__b9M_Xa__userAvatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.styles-module__b9M_Xa__userInfo{flex:1;min-width:0}.styles-module__b9M_Xa__userName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.styles-module__b9M_Xa__userDesc{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.styles-module__b9M_Xa__panelGrid{grid-template-columns:repeat(4,1fr);gap:4px;padding:12px;display:grid}.styles-module__b9M_Xa__gridItem{cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;transition:all .2s;display:flex}.styles-module__b9M_Xa__gridItem:hover{background:#0000000d}html.dark .styles-module__b9M_Xa__gridItem:hover{background:#ffffff14}.styles-module__b9M_Xa__gridItem:hover .styles-module__b9M_Xa__gridIcon{transform:scale(1.05)}.styles-module__b9M_Xa__gridItem:hover span{color:var(--foreground)}.styles-module__b9M_Xa__gridItem:active{transform:scale(.97)}.styles-module__b9M_Xa__gridIcon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.styles-module__b9M_Xa__gridItem span{color:var(--muted-foreground);white-space:nowrap;font-size:11px;font-weight:500}.styles-module__b9M_Xa__loginPanel{background:radial-gradient(circle at 50% -20%, var(--primary-op-light,#6366f11f) 0%, transparent 58%), var(--card);border-radius:12px;width:272px;padding:20px 18px 16px;overflow:hidden}.styles-module__b9M_Xa__loginHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:14px;display:flex}.styles-module__b9M_Xa__loginIconWrap{background:var(--primary-op,#6366f11a);border:1px solid var(--border);width:52px;height:52px;box-shadow:0 8px 20px -16px var(--primary-op-deep,#4259ef80);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.styles-module__b9M_Xa__loginIcon{color:var(--primary)}.styles-module__b9M_Xa__loginTitle{letter-spacing:.2px;color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1.25}.styles-module__b9M_Xa__loginDesc{color:var(--muted-foreground);margin-top:6px;font-size:14px;line-height:1.5}.styles-module__b9M_Xa__loginActions{flex-direction:column;gap:8px;display:flex}.styles-module__b9M_Xa__loginBtn,.styles-module__b9M_Xa__registerBtn{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,filter .2s;display:inline-flex}.styles-module__b9M_Xa__loginBtn:focus-visible,.styles-module__b9M_Xa__registerBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.styles-module__b9M_Xa__loginBtn{color:var(--primary-foreground);background:var(--primary)}.styles-module__b9M_Xa__loginBtn:hover{filter:brightness(1.06)}.styles-module__b9M_Xa__registerBtn{color:var(--foreground);background:var(--muted);border-color:var(--border)}html.dark .styles-module__b9M_Xa__registerBtn{background:var(--secondary)}.styles-module__b9M_Xa__registerBtn:hover{background:var(--card);border-color:var(--primary-op-deep,#4259ef59)}html.dark .styles-module__b9M_Xa__registerBtn:hover{background:var(--card)}
.CardSeriesPost-module__-_dQ6G__cardSeriesPost{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000d}.CardSeriesPost-module__-_dQ6G__cardTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.CardSeriesPost-module__-_dQ6G__cardTitle svg{color:var(--primary);font-size:1rem}.CardSeriesPost-module__-_dQ6G__count{color:var(--muted-foreground);background:var(--muted);border-radius:9999px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.CardSeriesPost-module__-_dQ6G__listContainer{position:relative}.CardSeriesPost-module__-_dQ6G__listContainer.CardSeriesPost-module__-_dQ6G__overflow{max-height:25.75rem;overflow:hidden}.CardSeriesPost-module__-_dQ6G__articleList{flex-direction:column;gap:.75rem;display:flex}.CardSeriesPost-module__-_dQ6G__articleItem{background:0 0;border-radius:8px;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.CardSeriesPost-module__-_dQ6G__articleItem:hover{background:var(--muted)}.CardSeriesPost-module__-_dQ6G__articleItem:hover .CardSeriesPost-module__-_dQ6G__coverImage{transform:scale(1.05)}.CardSeriesPost-module__-_dQ6G__cover{border-radius:8px;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.CardSeriesPost-module__-_dQ6G__coverImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.CardSeriesPost-module__-_dQ6G__info{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;display:flex}.CardSeriesPost-module__-_dQ6G__title{color:var(--foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.CardSeriesPost-module__-_dQ6G__date{color:var(--muted-foreground);font-size:.75rem}.CardSeriesPost-module__-_dQ6G__overflowMask{pointer-events:none;background:linear-gradient(to bottom, transparent 0%, var(--card) 100%);height:80px;position:absolute;bottom:0;left:0;right:0}.CardSeriesPost-module__-_dQ6G__moreLink{width:100%;color:var(--primary);background:var(--primary-op);border-radius:8px;justify-content:center;align-items:center;gap:.25rem;margin-top:.75rem;padding:.5rem;font-size:.8125rem;text-decoration:none;transition:all .2s;display:flex}.CardSeriesPost-module__-_dQ6G__moreLink:hover{background:var(--primary);color:#fff}.CardSeriesPost-module__-_dQ6G__moreLink svg{font-size:.75rem;transition:transform .2s}.CardSeriesPost-module__-_dQ6G__moreLink:hover svg{transform:translate(2px)}@media (max-width:992px){.CardSeriesPost-module__-_dQ6G__cardSeriesPost{display:none}}
.HomeTop-module__yDUp4q__homeTopContainer{gap:.5rem;width:100%;margin:.5rem auto 0;display:flex}.HomeTop-module__yDUp4q__leftSection{flex-direction:column;flex:1;min-width:0;height:340px;display:flex}.HomeTop-module__yDUp4q__rightSection{flex:1;min-width:0;height:340px}.HomeTop-module__yDUp4q__leftOnly{gap:0}.HomeTop-module__yDUp4q__fullWidth{flex:1;max-width:100%}.HomeTop-module__yDUp4q__noCategories .HomeTop-module__yDUp4q__randomBanner{height:100%}.HomeTop-module__yDUp4q__randomBanner{background:var(--card);border:1px solid var(--border);will-change:transform;border-radius:12px;flex-direction:column;width:100%;height:76%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 16px -4px #0000000d}.HomeTop-module__yDUp4q__randomBanner:hover .HomeTop-module__yDUp4q__randomHover{opacity:1;background:var(--primary-op-deep);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding-left:2rem}.HomeTop-module__yDUp4q__bannersTitle{z-index:2;margin-bottom:.5rem;position:absolute;top:2.9rem;left:3rem}.HomeTop-module__yDUp4q__bannersTitleBig{margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1}.HomeTop-module__yDUp4q__bannersTitleSmall{color:var(--muted-foreground);margin-top:1rem;margin-bottom:.5rem;font-size:12px;line-height:1}.HomeTop-module__yDUp4q__skillsTagsGroupAll{z-index:1;width:100%;height:100%;margin-top:7rem;transition:all .3s;display:flex;position:absolute;top:0;left:0;transform:rotate(-30deg)scale(1)}.HomeTop-module__yDUp4q__tagsGroupWrapper{will-change:transform;backface-visibility:hidden;flex-wrap:nowrap;animation:60s linear infinite HomeTop-module__yDUp4q__rowup;display:flex;transform:translateZ(0)}@keyframes HomeTop-module__yDUp4q__rowup{0%{transform:translate(0)}to{transform:translate(-50%)}}.HomeTop-module__yDUp4q__tagsGroupIconPair{flex-shrink:0;margin-left:1rem}.HomeTop-module__yDUp4q__tagsGroupIcon{color:#fff;border-radius:30px;justify-content:center;align-items:center;width:120px;height:120px;font-size:66px;font-weight:700;display:flex;box-shadow:0 2px 16px -3px #00000026}.HomeTop-module__yDUp4q__tagsGroupIcon img,.HomeTop-module__yDUp4q__tagsGroupIcon .HomeTop-module__yDUp4q__creativityIconGraphic{object-fit:contain;width:60px;height:60px}.HomeTop-module__yDUp4q__tagsGroupIconPair .HomeTop-module__yDUp4q__tagsGroupIcon:nth-child(2n){margin-top:1rem;transform:translate(-60px)}.HomeTop-module__yDUp4q__randomHover{z-index:3;color:#fff;cursor:pointer;opacity:0;background:0 0;border:none;flex-direction:column;justify-content:center;width:100%;height:100%;padding-left:.5rem;font-size:60px;transition:all .5s cubic-bezier(.71,.15,.16,1.15);display:flex;position:absolute;top:0;left:0}.HomeTop-module__yDUp4q__randomHover.HomeTop-module__yDUp4q__isLoading{pointer-events:none;cursor:wait}.HomeTop-module__yDUp4q__randomHover>svg:first-child{margin-right:1rem;font-size:4.5rem;line-height:1}.HomeTop-module__yDUp4q__bannerText{align-items:center;font-size:3.5rem;font-weight:700;display:flex}.HomeTop-module__yDUp4q__bannerText>svg{margin-left:1rem;font-size:4.5rem}.HomeTop-module__yDUp4q__categoryGroup{gap:.5rem;margin-top:.5rem;display:flex}.HomeTop-module__yDUp4q__categoryItem{flex:1;transition:all .8s cubic-bezier(.65,.15,.37,1.19);position:relative}.HomeTop-module__yDUp4q__categoryItem:hover{flex:2}.HomeTop-module__yDUp4q__categoryItem:hover .HomeTop-module__yDUp4q__categoryIcon{opacity:.8;filter:blur();font-size:2.5rem;transition:all .8s .15s;transform:scale(1.03)}.HomeTop-module__yDUp4q__categoryItem:hover .HomeTop-module__yDUp4q__categoryIconImg{opacity:.8;filter:blur();width:2.5rem;height:2.5rem;transition:all .8s .15s;transform:scale(1.03)}.HomeTop-module__yDUp4q__categoryButton{color:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem 1.2rem;text-decoration:none;transition:all .3s;display:flex;background-size:200%!important}.HomeTop-module__yDUp4q__categoryButtonText{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:1.2rem;font-weight:700;display:inline-block;overflow:hidden}.HomeTop-module__yDUp4q__categoryIcon{text-align:center;opacity:.2;filter:blur(2px);width:100px;font-size:5rem;transition:all .3s;position:absolute;right:0;transform:scale(1)rotate(15deg)}.HomeTop-module__yDUp4q__categoryIconImg{object-fit:contain;opacity:.2;filter:blur(2px);width:5rem;height:5rem;transition:all .3s;position:absolute;right:0;transform:scale(1)rotate(15deg)}.HomeTop-module__yDUp4q__topGroup{flex-flow:wrap;align-content:space-between;gap:.5rem;height:340px;display:flex;position:relative}.HomeTop-module__yDUp4q__todayCard{z-index:10;cursor:pointer;background:var(--card);border:1px solid var(--border);pointer-events:all;border-radius:12px;width:100%;height:100%;transition:opacity .3s ease-in-out;display:flex;position:absolute;top:0;left:0;overflow:hidden}.HomeTop-module__yDUp4q__todayCard.HomeTop-module__yDUp4q__hide{opacity:0;pointer-events:none}.HomeTop-module__yDUp4q__todayCard.HomeTop-module__yDUp4q__hide .HomeTop-module__yDUp4q__todayCardCover{transform:scale(1.2)}.HomeTop-module__yDUp4q__todayCardInfo{z-index:2;color:#fff;max-width:60%;transition:all .3s;position:absolute;bottom:2rem;left:2rem}.HomeTop-module__yDUp4q__todayCardTips{opacity:.8;font-size:12px}.HomeTop-module__yDUp4q__todayCardTitle{font-size:28px;font-weight:700;line-height:36px}.HomeTop-module__yDUp4q__todayCardCover{z-index:0;object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out;position:absolute;top:0;left:0}.HomeTop-module__yDUp4q__todayCardCoverPlaceholder{z-index:0;background:var(--muted);width:100%;height:100%;position:absolute;top:0;left:0}.HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__todayCardInfo{color:#000c}.HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__todayCardTips{color:#0009}.HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__todayCardTitle{color:#039196d1}.HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__bannerButton{color:#d7537e;border:1px solid var(--border);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#ffffffe6;box-shadow:0 8px 16px -4px #0000000d}.HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__bannerButton:hover{color:#000000e6;background:#0000001a}html.dark .HomeTop-module__yDUp4q__hasLottie .HomeTop-module__yDUp4q__bannerButton{box-shadow:none;border:none}.HomeTop-module__yDUp4q__bannerButtonGroup{z-index:5;transition:all .3s;display:flex;position:absolute;bottom:2rem;right:2rem}.HomeTop-module__yDUp4q__bannerButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#fff3;border-radius:20px;justify-content:center;align-items:center;width:125px;height:40px;transition:all .3s;display:flex;transform:translateZ(0)}.HomeTop-module__yDUp4q__bannerButton:hover{color:#fff;background:var(--primary)}.HomeTop-module__yDUp4q__bannerButtonText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.HomeTop-module__yDUp4q__bannerButton svg{margin-right:8px;font-size:22px}.HomeTop-module__yDUp4q__recentPostItem{width:calc(33.333% - .333333rem);height:calc(50% - .25rem);color:var(--foreground);cursor:pointer;background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:flex-start;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 16px -4px #0000000d}.HomeTop-module__yDUp4q__recentPostItem:hover .HomeTop-module__yDUp4q__articleTitle{color:var(--primary)}.HomeTop-module__yDUp4q__postCover{width:100%;height:60%;position:relative;overflow:hidden}.HomeTop-module__yDUp4q__recentPostTopText{z-index:2;color:#fff;cursor:pointer;background:var(--primary);border-radius:0 0 12px;padding:2px 8px;font-size:12px;transition:left .3s;display:flex;position:absolute;top:0;left:-40px}.HomeTop-module__yDUp4q__recentPostItem:hover .HomeTop-module__yDUp4q__recentPostTopText{left:0}.HomeTop-module__yDUp4q__postBg{object-fit:cover;background:var(--muted);border-radius:0;width:100%;height:100%}.HomeTop-module__yDUp4q__recentPostInfo{flex-grow:1;align-items:center;width:100%;padding:.5rem .8rem;transition:all .3s;display:flex}.HomeTop-module__yDUp4q__articleTitle{line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:992px){.HomeTop-module__yDUp4q__homeTopContainer{flex-flow:column;justify-content:flex-start;width:100%;display:flex}.HomeTop-module__yDUp4q__bannersTitle{left:2rem!important}.HomeTop-module__yDUp4q__leftSection{height:calc(328px + .625rem);position:relative}.HomeTop-module__yDUp4q__leftSection .HomeTop-module__yDUp4q__randomBanner{height:calc(328px + .625rem)}.HomeTop-module__yDUp4q__leftSection .HomeTop-module__yDUp4q__categoryGroup{position:absolute;bottom:2.9rem;left:2rem}.HomeTop-module__yDUp4q__leftSection .HomeTop-module__yDUp4q__categoryItem:nth-child(3){display:none}.HomeTop-module__yDUp4q__leftSection .HomeTop-module__yDUp4q__categoryButton{color:#fff;border-radius:60px;flex-direction:row-reverse;gap:.3rem;width:max-content;padding:8px 18px 8px 14px}.HomeTop-module__yDUp4q__leftSection .HomeTop-module__yDUp4q__categoryButton .HomeTop-module__yDUp4q__categoryIcon{opacity:1;filter:none;width:auto;font-size:1.375rem;position:static;transform:none}.HomeTop-module__yDUp4q__rightSection{width:auto;height:auto;overflow:overlay;display:flex}.HomeTop-module__yDUp4q__rightSection .HomeTop-module__yDUp4q__topGroup{flex-wrap:nowrap;width:auto;display:flex}.HomeTop-module__yDUp4q__rightSection .HomeTop-module__yDUp4q__recentPostItem{width:200px;height:168px}.HomeTop-module__yDUp4q__rightSection .HomeTop-module__yDUp4q__recentPostItem .HomeTop-module__yDUp4q__postCover{height:60%}.HomeTop-module__yDUp4q__rightSection .HomeTop-module__yDUp4q__recentPostItem .HomeTop-module__yDUp4q__recentPostInfo{height:40%}.HomeTop-module__yDUp4q__rightSection,.HomeTop-module__yDUp4q__topGroup{height:auto}.HomeTop-module__yDUp4q__topGroup{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.HomeTop-module__yDUp4q__topGroup .HomeTop-module__yDUp4q__todayCard{display:none}}@media (max-width:768px){.HomeTop-module__yDUp4q__skillsTagsGroupAll{opacity:.1;filter:blur(8px)}}
.styles-module__RKESaa__console{z-index:10010;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;transition:opacity .3s ease-out;display:flex;position:fixed;top:0;left:0}.styles-module__RKESaa__console.styles-module__RKESaa__show{pointer-events:all;opacity:1}.styles-module__RKESaa__console.styles-module__RKESaa__show .styles-module__RKESaa__buttonGroup{opacity:1;transition-delay:.2s;transform:translateY(0)}.styles-module__RKESaa__console.styles-module__RKESaa__show .styles-module__RKESaa__consoleMask{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);animation:.6s styles-module__RKESaa__to_show;transform:translateZ(0)}.styles-module__RKESaa__console.styles-module__RKESaa__show .styles-module__RKESaa__consoleContent>*,.styles-module__RKESaa__console.styles-module__RKESaa__show .styles-module__RKESaa__consoleCardGroup{pointer-events:auto}.styles-module__RKESaa__console.styles-module__RKESaa__show .styles-module__RKESaa__consoleCardGroup{opacity:1;transition-delay:.1s;transform:translateY(0)}@keyframes styles-module__RKESaa__to_show{0%{opacity:0}to{opacity:1}}.styles-module__RKESaa__consoleMask{z-index:1;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);backface-visibility:hidden;width:100vw;height:100dvh;transform-style:preserve-3d;cursor:pointer;background:#ffffffd9;position:fixed;top:0;left:0;transform:translateZ(0)}.dark .styles-module__RKESaa__consoleMask{background:#000000d9}.styles-module__RKESaa__consoleContent{z-index:2;width:100dvw;max-width:1400px;max-height:800px;color:var(--foreground);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding-top:30px;display:flex;position:fixed;left:50%;transform:translate(-50%);transition:all .3s!important}.styles-module__RKESaa__consoleCardGroup{opacity:0;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:calc(100% - 64px);height:800px;max-height:calc(100dvh - 180px);transition:all .3s;display:flex;transform:translateY(20px)}.styles-module__RKESaa__consoleCardGroupLeft{width:40%;min-width:300px;max-width:550px;height:100%}.styles-module__RKESaa__consoleCardGroupRight{flex-direction:column;justify-content:space-between;width:60%;min-width:500px;max-width:900px;height:100%;display:flex;overflow:hidden}.styles-module__RKESaa__consoleCard{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:24px;padding:32px 36px 36px;display:flex;overflow:hidden;box-shadow:0 8px 16px -4px #0000000d}.styles-module__RKESaa__cardNewestComments{height:100%}.styles-module__RKESaa__authorContentItemTips{opacity:.8;color:inherit;margin-bottom:.625rem;font-size:.75rem;transition:all .3s!important}.styles-module__RKESaa__cardHorContent{align-items:center;width:100%;display:flex}.styles-module__RKESaa__authorContentItemTitle{color:inherit;font-size:28px;font-weight:700;line-height:1;display:flex;transition:none!important}.styles-module__RKESaa__goToRecentComments{margin-left:auto;color:var(--foreground)!important}.styles-module__RKESaa__consoleRecentComments{flex-wrap:wrap;flex:1 0;align-content:flex-start;gap:8px;display:flex;overflow-y:scroll}.styles-module__RKESaa__consoleRecentComments::-webkit-scrollbar{display:none}.styles-module__RKESaa__commentCard{cursor:pointer;background:var(--background);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:8px;width:calc(50% - 4px);padding:14px;display:flex;position:relative;overflow:hidden}.styles-module__RKESaa__commentCard:hover{border-color:var(--primary)}.styles-module__RKESaa__commentInfo{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;width:100%;min-height:40px;padding-bottom:8px;display:flex}.styles-module__RKESaa__commentInfo img{object-fit:cover;border-radius:30px;width:24px;height:24px;margin:0}.styles-module__RKESaa__commentInfo>div{flex-direction:column;line-height:1.5;display:flex}.styles-module__RKESaa__commentUser{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.styles-module__RKESaa__commentTime{color:var(--muted-foreground);margin-left:auto;font-size:12px}.styles-module__RKESaa__commentContent{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-shrink:0;min-height:48px;font-size:14px;line-height:1.7;transition:all .3s;display:-webkit-box;overflow:hidden}.styles-module__RKESaa__commentTitle{min-height:20px;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;opacity:.6;flex-shrink:0;align-items:center;gap:4px;margin-top:auto;padding-top:8px;font-size:12px;line-height:1;transition:all .3s;display:flex;overflow:hidden}.styles-module__RKESaa__commentTitle svg{flex-shrink:0}.styles-module__RKESaa__noComments{width:100%;height:100px;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.styles-module__RKESaa__tags{flex:1;min-height:0}.styles-module__RKESaa__cardTagCloud{flex-wrap:wrap;gap:6px;min-height:0;transition:all;display:flex;overflow-y:scroll}.styles-module__RKESaa__cardTagCloud::-webkit-scrollbar{width:8px}.styles-module__RKESaa__cardTagCloud::-webkit-scrollbar-track{background-color:#0000}.styles-module__RKESaa__cardTagCloud::-webkit-scrollbar-thumb{background-color:var(--primary-op,#4259ef24)}.styles-module__RKESaa__tagItem{color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:8px;padding:2px 8px;font-size:14px;font-weight:700;transition:color .3s,background}.styles-module__RKESaa__tagItem:hover{background:var(--primary);box-shadow:0 8px 12px -3px var(--primary-op,#4259ef24);color:var(--primary-foreground)!important}.styles-module__RKESaa__noTags{width:100%;color:var(--muted-foreground);justify-content:center;align-items:center;padding:2rem;font-size:14px;display:flex}.styles-module__RKESaa__tagItem sup{vertical-align:baseline;opacity:.6;font-size:75%;line-height:0;position:relative;top:-.4rem}.styles-module__RKESaa__history{box-shadow:none;background:0 0;border:none;border-radius:0;flex-shrink:0;margin-top:8px;padding:0;overflow:hidden}.styles-module__RKESaa__cardArchiveList{flex-flow:wrap;justify-content:flex-start;gap:8px;margin:0;padding:0;list-style:none;display:flex}.styles-module__RKESaa__cardArchiveListItem{cursor:pointer;border-radius:12px;flex:0 0 calc(25% - 6px);height:82px;transition:all .3s}.styles-module__RKESaa__cardArchiveListItem:hover .styles-module__RKESaa__cardArchiveListLink{color:var(--primary-foreground);background:var(--primary)}.styles-module__RKESaa__cardArchiveListLink{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;justify-content:center;height:100%;padding:12px 16px;display:flex;box-shadow:0 8px 16px -4px #0000000d}.styles-module__RKESaa__cardArchiveListDate{opacity:.6;font-size:14px}.styles-module__RKESaa__cardArchiveListCountGroup{flex-direction:row;align-items:baseline;gap:4px;display:flex}.styles-module__RKESaa__cardArchiveListCount{text-align:left;width:auto;font-size:1.1rem;font-weight:700;line-height:.9}.styles-module__RKESaa__cardArchiveListCountUnit{text-align:left;width:auto;font-size:14px;font-weight:700}.styles-module__RKESaa__buttonGroup{opacity:0;justify-content:center;width:fit-content;transition:all .3s;display:flex;transform:translateY(20px)}.styles-module__RKESaa__consoleBtnItem{cursor:pointer;width:60px;height:60px}.styles-module__RKESaa__consoleBtnItem:not(:last-child){margin-right:.5rem}.styles-module__RKESaa__consoleBtnItem button{width:100%;height:100%;color:var(--foreground);cursor:pointer;background:var(--card);border:1px solid var(--border);border-radius:60px;outline:none;justify-content:center;align-items:center;transition:color .3s,background .3s,filter .3s;display:flex;box-shadow:0 8px 16px -4px #0000000d}.styles-module__RKESaa__consoleBtnItem button:hover{color:var(--primary-foreground);background:var(--primary)}.styles-module__RKESaa__consoleBtnItem button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.styles-module__RKESaa__consoleBtnItem.styles-module__RKESaa__on button{color:#fff;background:var(--orange,#e38100)}.styles-module__RKESaa__consoleBtnItem.styles-module__RKESaa__on button:hover{filter:brightness(1.2)}.styles-module__RKESaa__darkmodeSwitch{position:relative;overflow:hidden}.styles-module__RKESaa__themeIcon{justify-content:center;align-items:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:flex;position:absolute}.styles-module__RKESaa__sunIcon{opacity:0;transform:rotate(-90deg)scale(0)}.styles-module__RKESaa__sunIcon.styles-module__RKESaa__active{opacity:1;transform:rotate(0)scale(1)}.styles-module__RKESaa__moonIcon{opacity:0;transform:rotate(90deg)scale(0)}.styles-module__RKESaa__moonIcon.styles-module__RKESaa__active{opacity:1;transform:rotate(0)scale(1)}@media (max-width:1024px){.styles-module__RKESaa__consoleCardGroupRight{flex-direction:column;justify-content:center;width:100%;max-width:900px;height:100%;display:flex;overflow:hidden}.styles-module__RKESaa__consoleCardGroup{width:100%}.styles-module__RKESaa__consoleCardGroupLeft{display:none}.styles-module__RKESaa__cardArchiveListItem{flex:0 0 calc(50% - 4px);height:82px}}@media (max-width:768px){.styles-module__RKESaa__consoleCard{padding:24px}.styles-module__RKESaa__authorContentItemTitle{font-size:24px}.styles-module__RKESaa__cardArchiveListItem{flex:0 0 100%;height:82px}}
.CardRecentPost-module__XRa0Nq__cardRecentPost{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000d}.CardRecentPost-module__XRa0Nq__cardTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.CardRecentPost-module__XRa0Nq__cardTitle svg{color:var(--primary);font-size:1rem}.CardRecentPost-module__XRa0Nq__articleList{flex-direction:column;gap:.75rem;display:flex}.CardRecentPost-module__XRa0Nq__articleItem{background:0 0;border-radius:8px;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.CardRecentPost-module__XRa0Nq__articleItem:hover{background:var(--muted)}.CardRecentPost-module__XRa0Nq__articleItem:hover .CardRecentPost-module__XRa0Nq__coverImage{transform:scale(1.1)}.CardRecentPost-module__XRa0Nq__cover{border-radius:8px;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.CardRecentPost-module__XRa0Nq__coverImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.CardRecentPost-module__XRa0Nq__info{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;display:flex}.CardRecentPost-module__XRa0Nq__title{color:var(--foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.CardRecentPost-module__XRa0Nq__date{color:var(--muted-foreground);font-size:.75rem}@media (max-width:992px){.CardRecentPost-module__XRa0Nq__cardRecentPost{display:none}}
.HelloLottie-module__tyNMWG__helloLottieContainer{z-index:0;-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);background:linear-gradient(90deg,#e0f5f0d9 0%,#e2f5f2d9 5%,#e4f5f4d9 10%,#e6f5f6d9 15%,#e8f5f8d9 20%,#eaf5fad9 25%,#ecf5fcd9 30%,#eef5fed9 35%,#f0f5ffd9 40%,#f2f5ffd9 45%,#f4f5ffd9 50%,#f6f5ffd9 55%,#f8f5ffd9 60%,#faf5ffd9 65%,#fcf5ffd9 70%,#fef5ffd9 75%,#fff5ffd9 80%,#fff5fdd9 85%,#fff5fbd9 90%,#fff5f9d9 95%,#fff5f7d9 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.HelloLottie-module__tyNMWG__helloLottieAnimation{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.HelloLottie-module__tyNMWG__helloLottieAnimation svg{object-fit:contain;width:100%;height:100%;display:block}.HelloLottie-module__tyNMWG__helloLottieLoading{z-index:10;background:linear-gradient(to bottom right,#e9f3fe 0%,#eaf3fd 6.25%,#ebf3fc 12.5%,#ecf3fb 18.75%,#edf3fa 25%,#eef3f9 31.25%,#eff3f8 37.5%,#f0f3f7 43.75%,#f1f3f6 50%,#f2f3f5 56.25%,#f3f3f4 62.5%,#f4f3f3 68.75%,#f5f3f2 75%,#f6f3f1 81.25%,#f7f3f0 87.5%,#f8f3ef 93.75%,#f9f3ee 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.HelloLottie-module__tyNMWG__loadingSpinner{border:3px solid var(--muted);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite HelloLottie-module__tyNMWG__spin}@keyframes HelloLottie-module__tyNMWG__spin{to{transform:rotate(360deg)}}
.styles-module__GchRga__sidebarMenus{z-index:1010;background:var(--card);border-radius:10px;width:300px;height:96vh;padding:20px 15px;transition:right .5s cubic-bezier(.4,0,.2,1);position:fixed;top:2vh;right:-100%;overflow-y:auto;box-shadow:-2px 0 8px #0000001a}.styles-module__GchRga__sidebarMenus::-webkit-scrollbar{display:none}.styles-module__GchRga__sidebarMenus.styles-module__GchRga__open{right:10px}.styles-module__GchRga__siteData{background:var(--card);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px;display:grid}.styles-module__GchRga__dataItem{text-align:center}.styles-module__GchRga__dataItem.styles-module__GchRga__isCenter{justify-content:center;align-items:center;display:flex}.styles-module__GchRga__dataItemLink{width:100%}.styles-module__GchRga__dataItemLink a{color:var(--foreground);padding:15px 10px;text-decoration:none;transition:all .3s;display:block}.styles-module__GchRga__dataItemLink a:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.styles-module__GchRga__headline{margin-bottom:5px;font-size:14px;font-weight:600}.styles-module__GchRga__lengthNum{font-size:18px;font-weight:700}.styles-module__GchRga__sidebarMenuItemTitle{color:var(--muted-foreground);padding-left:5px;font-size:12px;line-height:3;display:block}.styles-module__GchRga__sidebarMenuItem{margin-bottom:20px}.styles-module__GchRga__darkmodeSwitchButton{color:var(--foreground);cursor:pointer;background:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:6px 15px;text-decoration:none;transition:all .3s;display:flex}.styles-module__GchRga__darkmodeSwitchButton.styles-module__GchRga__isDark{color:var(--primary-foreground);background:var(--orange,#e38100)}.styles-module__GchRga__darkmodeSwitchButton svg{font-size:16px;transition:transform .3s}.styles-module__GchRga__darkmodeSwitchButton span{font-size:14px;font-weight:500}.styles-module__GchRga__darkmodeSwitchButton:active svg{transform:scale(.95)}.styles-module__GchRga__backMenuListGroups,.styles-module__GchRga__backMenuListGroup{margin-bottom:20px}.styles-module__GchRga__backMenuListTitle{color:var(--muted-foreground);margin-bottom:10px;padding:0 5px;font-size:12px}.styles-module__GchRga__backMenuList{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.styles-module__GchRga__backMenuItem{color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:center;padding:12px 8px;text-decoration:none;transition:all .3s;display:flex}.styles-module__GchRga__backMenuItem:hover{transform:translateY(-2px)}.styles-module__GchRga__backMenuItemIcon{object-fit:cover;border-radius:6px;width:32px;height:32px;margin-bottom:6px}.styles-module__GchRga__backMenuItemIconFont{color:var(--foreground);border-radius:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.styles-module__GchRga__backMenuItemText{text-align:center;font-size:12px;font-weight:500}.styles-module__GchRga__menuIcon{margin-right:6px;font-size:1rem}.styles-module__GchRga__menuIconImg{object-fit:contain;border-radius:4px;width:16px;height:16px}.styles-module__GchRga__menuIconIconify{vertical-align:-.125em;font-size:16px}.styles-module__GchRga__menusItems{margin-bottom:25px}.styles-module__GchRga__menuGroup{margin-bottom:15px}.styles-module__GchRga__menuGroup:last-child{margin-bottom:0}.styles-module__GchRga__menuGroupTitle{color:var(--muted-foreground);margin:0 0 12px 5px;padding:0 5px;font-size:12px}.styles-module__GchRga__menuGroupList{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.styles-module__GchRga__menuGroupItem{color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;padding:5px 15px;font-size:12px;text-decoration:none;transition:all .3s;display:flex}.styles-module__GchRga__menuGroupItem:hover{color:var(--primary);transform:scale(1.03)}.styles-module__GchRga__menuGroupItem svg{text-align:center;justify-content:center;align-items:center;width:22px;font-size:1rem;display:inline-flex}.styles-module__GchRga__cardWidget{box-shadow:none;background:0 0;border:none;border-radius:6px;margin-bottom:20px;padding:0}.styles-module__GchRga__cardTagCloud{flex-wrap:wrap;gap:8px;display:flex}.styles-module__GchRga__cardTagCloud a{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:4px 8px;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block}.styles-module__GchRga__cardTagCloud a:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-1px);color:var(--primary-foreground)!important}.styles-module__GchRga__cardTagCloud sup{opacity:.8;margin-left:2px;font-size:10px}.styles-module__GchRga__noTags{justify-content:center;align-items:center;padding:20px 0;display:flex}.styles-module__GchRga__noTagsText{color:var(--muted-foreground);opacity:.8;font-size:13px;font-style:italic}.styles-module__GchRga__webinfo{margin-bottom:20px}.styles-module__GchRga__webinfoItem{background:var(--background);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 15px;display:flex}.styles-module__GchRga__webinfoItemTitle{color:var(--foreground);align-items:center;gap:8px;font-size:13px;display:flex}.styles-module__GchRga__webinfoItemTitle svg{font-size:14px}.styles-module__GchRga__itemName{font-weight:500}.styles-module__GchRga__itemCount{font-size:13px}.styles-module__GchRga__sidebarMask{z-index:1009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#ffffffd9;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.dark .styles-module__GchRga__sidebarMask{background:#000000d9}.styles-module__GchRga__sidebarMask.styles-module__GchRga__show{opacity:1;pointer-events:auto}@media (max-width:480px){.styles-module__GchRga__sidebarMenus{width:280px}.styles-module__GchRga__siteData{gap:8px}.styles-module__GchRga__dataItemLink a{padding:12px 8px}.styles-module__GchRga__headline{font-size:13px}.styles-module__GchRga__lengthNum{font-size:16px}.styles-module__GchRga__backMenuList{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:6px}.styles-module__GchRga__backMenuItem{padding:10px 6px}.styles-module__GchRga__backMenuItemIcon{width:28px;height:28px}.styles-module__GchRga__backMenuItemText{font-size:11px}}
.PostSidebar-module__NRIvLq__postSidebar{flex-direction:column;gap:.625rem;width:300px;min-width:300px;animation:.6s .1s backwards PostSidebar-module__NRIvLq__slideIn;display:flex}@keyframes PostSidebar-module__NRIvLq__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PostSidebar-module__NRIvLq__stickyContainer{flex-direction:column;gap:.625rem;display:flex;position:sticky;top:calc(60px + .625rem)}@media (max-width:992px){.PostSidebar-module__NRIvLq__postSidebar{display:none}}
.CategoryBar-module__kJD35q__categoryBarContainer{width:100%;margin-bottom:.5rem;display:flex}.CategoryBar-module__kJD35q__categoryBar{white-space:nowrap;background:var(--anzhiyu-card-bg);border:var(--style-border);opacity:1;visibility:visible;border-radius:12px;align-items:center;width:100%;height:50px;padding:.5rem 10px;transition:all .3s;display:flex;overflow:hidden}.CategoryBar-module__kJD35q__catalogBar{scrollbar-width:none;flex-grow:1;align-items:center;display:flex;overflow-x:auto;transform:translate(-1px)}.CategoryBar-module__kJD35q__catalogBar::-webkit-scrollbar{display:none}.CategoryBar-module__kJD35q__catalogList{gap:5px;display:flex}.CategoryBar-module__kJD35q__catalogListItem{cursor:pointer;color:var(--anzhiyu-fontcolor);font-weight:600;text-decoration:none}.CategoryBar-module__kJD35q__catalogListItem span{border-radius:8px;padding:2px 12px;transition:all .3s;display:block}.CategoryBar-module__kJD35q__catalogListItem:hover span{background:var(--anzhiyu-secondbg)}.CategoryBar-module__kJD35q__catalogListItem.CategoryBar-module__kJD35q__select span{color:var(--anzhiyu-white);background:var(--anzhiyu-main)}.CategoryBar-module__kJD35q__categoryBarNext{cursor:pointer;background:var(--anzhiyu-card-bg);width:30px;height:30px;color:var(--anzhiyu-fontcolor);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:10px;padding:4px;transition:all .3s ease-in-out;display:flex}.CategoryBar-module__kJD35q__scrollIcon{width:1rem;height:1rem;transition:transform .3s ease-in-out}.CategoryBar-module__kJD35q__scrollIcon.CategoryBar-module__kJD35q__isRotated{transform:rotate(180deg)}.CategoryBar-module__kJD35q__categoryBarNext:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-main)}.CategoryBar-module__kJD35q__catalogMore{color:var(--anzhiyu-fontcolor);white-space:nowrap;border-radius:8px;margin-left:1rem;padding:2px 12px;font-weight:700;text-decoration:none;transition:all .3s}.CategoryBar-module__kJD35q__catalogMore:hover{color:var(--anzhiyu-main);background:var(--anzhiyu-secondbg)}@media (max-width:768px){.CategoryBar-module__kJD35q__catalogMore{display:none}.CategoryBar-module__kJD35q__categoryBar{background:0 0;border:none;padding:0 2px}.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar,.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar .CategoryBar-module__kJD35q__catalogList{height:100%}.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar .CategoryBar-module__kJD35q__catalogListItem{justify-content:center;align-items:center;display:flex}.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar .CategoryBar-module__kJD35q__catalogListItem.CategoryBar-module__kJD35q__select span{background:var(--anzhiyu-main)}.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar .CategoryBar-module__kJD35q__catalogListItem span{background:var(--anzhiyu-card-bg);border:var(--style-border-always);border-radius:30px;align-items:center;height:80%;padding:0 19px;font-size:14px;display:flex}.CategoryBar-module__kJD35q__categoryBar .CategoryBar-module__kJD35q__catalogBar .CategoryBar-module__kJD35q__catalogListItem span:hover{background:var(--anzhiyu-main);color:var(--anzhiyu-white)}}
.styles-module__WGZWmq__searchModal{z-index:100000;position:fixed;inset:0}.styles-module__WGZWmq__searchMask{z-index:100000;opacity:0;pointer-events:auto;background:var(--anzhiyu-maskbgdeep);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:none;position:fixed;inset:0;transform:translateZ(0)}.styles-module__WGZWmq__searchDialog{z-index:100001;background:var(--anzhiyu-card-bg);border:var(--style-border);width:40rem;max-width:90vw;height:fit-content;max-height:80dvh;box-shadow:var(--anzhiyu-shadow-lightblack);opacity:0;will-change:transform, opacity;border-radius:16px;flex-direction:column;margin:5rem auto;padding:0;transition:background-color .3s,box-shadow .3s,border-color .3s;display:none;position:fixed;inset:0;overflow:hidden}.styles-module__WGZWmq__searchNav{border-bottom:var(--style-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.styles-module__WGZWmq__searchDialogTitle{color:var(--anzhiyu-fontcolor);font-size:1rem;font-weight:600}.styles-module__WGZWmq__searchCloseButton{width:2rem;height:2rem;color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.styles-module__WGZWmq__searchCloseButton:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.styles-module__WGZWmq__searchWrap{border-radius:0 0 16px 16px;flex-direction:column;width:100%;padding:1.25rem;display:flex;overflow-y:auto}.styles-module__WGZWmq__searchInputContainer{align-items:center;display:flex;position:relative}.styles-module__WGZWmq__searchIcon{color:var(--anzhiyu-secondtext);pointer-events:none;font-size:1.1rem;position:absolute;left:.875rem}.styles-module__WGZWmq__searchInput{width:100%;color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-secondbg);border:var(--style-border);border-radius:8px;outline:none;padding:.25rem 1rem .25rem 2.5rem;font-size:1rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.styles-module__WGZWmq__searchInput:focus{background-color:var(--anzhiyu-card-bg);border-color:var(--anzhiyu-theme)}.styles-module__WGZWmq__searchInput::placeholder{color:var(--anzhiyu-secondtext)}.styles-module__WGZWmq__searchTips{color:var(--anzhiyu-secondtext);justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8rem;display:flex}.styles-module__WGZWmq__searchResults{flex-direction:column;margin-top:1.5rem;display:flex}.styles-module__WGZWmq__resultsHeader{margin-bottom:.5rem;padding-left:.5rem}.styles-module__WGZWmq__resultsCount{color:var(--anzhiyu-secondtext);font-size:.875rem}.styles-module__WGZWmq__resultsList{flex-direction:column;gap:.75rem;display:flex}.styles-module__WGZWmq__resultItem{cursor:pointer;background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;align-items:center;gap:1.25rem;padding:1rem 1.25rem;transition:all .25s ease-in-out;display:flex}.styles-module__WGZWmq__resultItem:hover{border-color:var(--anzhiyu-theme);box-shadow:0 4px 12px var(--primary-op);transform:translateY(-2px)}.styles-module__WGZWmq__resultItem:hover .styles-module__WGZWmq__resultArrow{opacity:1;transform:translate(0)}.styles-module__WGZWmq__resultItem:hover .styles-module__WGZWmq__resultThumbnail img{transform:scale(1.1)}.styles-module__WGZWmq__resultThumbnail{border-radius:8px;flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.styles-module__WGZWmq__resultThumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-out}.styles-module__WGZWmq__resultDetails{flex-direction:column;flex-grow:1;align-self:stretch;min-width:0;display:flex}.styles-module__WGZWmq__resultContent{flex-grow:1}.styles-module__WGZWmq__resultTitleWrapper{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.styles-module__WGZWmq__resultTitle{color:var(--anzhiyu-fontcolor);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;flex:1;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.styles-module__WGZWmq__resultTypeBadge{color:var(--anzhiyu-theme);white-space:nowrap;background:var(--primary-op);border-radius:6px;flex-shrink:0;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;display:inline-flex}.styles-module__WGZWmq__resultTitle em{color:var(--anzhiyu-theme);font-style:normal}.styles-module__WGZWmq__resultSnippet{color:var(--anzhiyu-secondtext);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.styles-module__WGZWmq__resultSnippet em{font-style:normal;font-weight:500}.styles-module__WGZWmq__resultFooter{flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.styles-module__WGZWmq__resultMeta{color:var(--anzhiyu-secondtext);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.styles-module__WGZWmq__resultAuthor,.styles-module__WGZWmq__resultDate{white-space:nowrap}.styles-module__WGZWmq__resultTags{gap:.375rem;display:flex}.styles-module__WGZWmq__tag{color:var(--anzhiyu-theme);white-space:nowrap;background:var(--primary-op);border-radius:6px;padding:.15rem .5rem;font-size:.75rem}.styles-module__WGZWmq__resultArrow{color:var(--anzhiyu-theme);opacity:0;font-size:1.25rem;transition:all .25s ease-in-out;transform:translate(-5px)}.styles-module__WGZWmq__pagination{border-top:var(--style-border);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.styles-module__WGZWmq__pageBtn{color:var(--anzhiyu-fontcolor);cursor:pointer;background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:6px;padding:.5rem 1rem;transition:all .2s}.styles-module__WGZWmq__pageBtn:hover:not(:disabled){color:var(--anzhiyu-theme);background:var(--primary-op);border-color:var(--anzhiyu-theme)}.styles-module__WGZWmq__pageBtn:disabled{cursor:not-allowed;opacity:.5}.styles-module__WGZWmq__pageInfo{color:var(--anzhiyu-secondtext);font-size:.9rem}.styles-module__WGZWmq__noResults,.styles-module__WGZWmq__loading{text-align:center;padding:2rem}.styles-module__WGZWmq__noResultsText{color:var(--anzhiyu-fontcolor);margin-bottom:.5rem;font-size:1.1rem}.styles-module__WGZWmq__noResultsTip{color:var(--anzhiyu-secondtext);font-size:.9rem}.styles-module__WGZWmq__loadingSpinner{border:var(--style-border);border-top:2px solid var(--anzhiyu-theme);border-radius:50%;width:2rem;height:2rem;margin:0 auto 1rem;animation:1s linear infinite styles-module__WGZWmq__spin}.styles-module__WGZWmq__loadingText{color:var(--anzhiyu-secondtext);font-size:.9rem}@keyframes styles-module__WGZWmq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.TagBar-module__dITP6W__tagBarContainer{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;flex-wrap:wrap;gap:.6rem .8rem;margin-bottom:.5rem;padding:1rem 1.25rem;transition:background-color .3s,border-color .3s;animation:.6s .1s backwards TagBar-module__dITP6W__fadeInUp;display:flex}.TagBar-module__dITP6W__tagItem{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.875rem;line-height:1.5;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.TagBar-module__dITP6W__tagItem:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-main);border-color:var(--anzhiyu-main)}.TagBar-module__dITP6W__tagItem:hover .TagBar-module__dITP6W__tagPunctuation{color:var(--anzhiyu-white)}.TagBar-module__dITP6W__tagItem:hover .TagBar-module__dITP6W__tagCount{color:var(--anzhiyu-main);background:var(--anzhiyu-white)}.TagBar-module__dITP6W__tagItem.TagBar-module__dITP6W__selected{color:var(--anzhiyu-white);background:var(--anzhiyu-main);border-color:var(--anzhiyu-main)}.TagBar-module__dITP6W__tagItem.TagBar-module__dITP6W__selected .TagBar-module__dITP6W__tagPunctuation{color:var(--anzhiyu-white)}.TagBar-module__dITP6W__tagItem.TagBar-module__dITP6W__selected .TagBar-module__dITP6W__tagCount{color:var(--anzhiyu-main);background:var(--anzhiyu-white)}.TagBar-module__dITP6W__tagPunctuation{color:var(--anzhiyu-secondtext);font-size:.9rem}.TagBar-module__dITP6W__tagName{font-weight:500}.TagBar-module__dITP6W__tagCount{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-secondbg);border-radius:5px;margin-left:6px;padding:0 6px;font-size:.75rem;font-weight:500;transition:all .2s ease-in-out}.TagBar-module__dITP6W__tagSkeleton{background:linear-gradient(90deg, var(--anzhiyu-secondbg) 25%, var(--anzhiyu-card-bg-grey) 37%, var(--anzhiyu-secondbg) 63%);background-size:400% 100%;border-radius:8px;width:92px;height:31px;animation:1.6s ease-in-out infinite TagBar-module__dITP6W__tagSkeletonPulse}@keyframes TagBar-module__dITP6W__tagSkeletonPulse{0%{background-position:100%}to{background-position:0}}@keyframes TagBar-module__dITP6W__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.styles-module__Tbf8vq__backHomeButton{cursor:pointer;border-radius:50px;justify-content:center;align-items:center;width:35px;height:35px;margin-left:4px;margin-right:5px;transition:all .3s;display:flex;position:relative}.styles-module__Tbf8vq__backHomeButton:after{pointer-events:none;content:"";width:120%;height:20px;transition:pointer-events 0s linear 1s;position:absolute;top:75%;left:17px}.styles-module__Tbf8vq__triggerIcon{width:1.375rem;height:1.375rem;color:inherit;transition:color .2s ease-out}.styles-module__Tbf8vq__backHomeButton.styles-module__Tbf8vq__textIsWhite{color:#fff}.styles-module__Tbf8vq__backHomeButton.styles-module__Tbf8vq__textIsWhite:hover{color:var(--primary-foreground);box-shadow:none;background:#fff3}.styles-module__Tbf8vq__backHomeButton:hover{color:var(--primary-foreground);background:var(--primary);box-shadow:0 8px 12px -3px var(--primary-op,#4259ef24)}.styles-module__Tbf8vq__backHomeButton:hover:after{pointer-events:auto;transition-delay:0s}.styles-module__Tbf8vq__backHomeButton:hover .styles-module__Tbf8vq__backMenuListGroups{pointer-events:auto;opacity:1;transform:scale(1)}.styles-module__Tbf8vq__backMenuListGroups{z-index:10;pointer-events:none;background-color:var(--card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);opacity:0;transform-origin:0 0;cursor:auto;border-radius:12px;flex-direction:column;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:55px;left:0;transform:scale(.8);box-shadow:0 8px 16px -4px #0000000d}.styles-module__Tbf8vq__backMenuListGroup{flex-direction:column;display:flex}.styles-module__Tbf8vq__backMenuListGroup:hover .styles-module__Tbf8vq__backMenuListTitle{color:var(--primary)}.styles-module__Tbf8vq__backMenuListTitle{color:var(--muted-foreground);margin:8px 0 4px 12px;font-size:12px;transition:all .3s}.styles-module__Tbf8vq__backMenuList{flex-wrap:wrap;width:340px;margin-bottom:8px;display:flex}.styles-module__Tbf8vq__backMenuList:before{content:"";width:100%;height:25px;transition:all;position:absolute;top:-24px;left:0}.styles-module__Tbf8vq__backMenuItem{width:162px;color:var(--foreground);border-radius:8px;align-items:center;gap:.5rem;margin:4px;padding:4px 8px;text-decoration:none;transition:all .2s;display:flex}.styles-module__Tbf8vq__backMenuItem:hover{background-color:var(--primary);color:var(--foreground)}.styles-module__Tbf8vq__backMenuItem:hover .styles-module__Tbf8vq__backMenuItemText,.styles-module__Tbf8vq__backMenuItem:hover .styles-module__Tbf8vq__backMenuItemIconIconify{color:var(--primary-foreground)}.styles-module__Tbf8vq__backMenuItemIcon{border-radius:50%;width:24px;height:24px}.styles-module__Tbf8vq__backMenuItemIcon.styles-module__Tbf8vq__backMenuItemIconIconify{color:var(--foreground);border-radius:0;transition:all .2s}.styles-module__Tbf8vq__backMenuItemText{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:14px;transition:all .2s;overflow:hidden}@media (max-width:768px){.styles-module__Tbf8vq__backHomeButton{display:none}}
.EssayBar-module__634AmG__essayBarContainer{width:100%;max-width:calc(1400px - 3rem);height:50px;color:var(--foreground);background:var(--card);border:1px solid var(--border);border-radius:12px;align-items:center;margin:.5rem auto 0;padding:.5rem 1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 16px -4px #0000000d}.EssayBar-module__634AmG__essayLogo{flex-shrink:0;justify-content:center;align-items:center;margin-right:1rem;text-decoration:none;transition:all .3s;display:flex}.EssayBar-module__634AmG__essayLogo:hover{opacity:.85}.EssayBar-module__634AmG__essayLogoIcon{color:#2c2c2c;width:28px;height:28px}.EssayBar-module__634AmG__essayCarouselWrapper{cursor:pointer;flex:1;height:30px;overflow:hidden}.EssayBar-module__634AmG__essayCarouselLink{width:100%;height:100%;text-decoration:none;display:block}.EssayBar-module__634AmG__essayCarousel{width:100%;transition:transform 1s}.EssayBar-module__634AmG__essayItem{width:100%;height:30px;color:var(--foreground);text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem;font-size:1rem;font-weight:700;line-height:30px;transition:color .3s;overflow:hidden}.EssayBar-module__634AmG__essayItem:hover{color:var(--primary)}.EssayBar-module__634AmG__essayMoreIcon{color:#2c2c2c;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.EssayBar-module__634AmG__essayMoreIcon:hover{color:var(--primary)}.EssayBar-module__634AmG__essayLoadingPlaceholder{color:var(--muted-foreground);justify-content:center;align-items:center;font-size:.875rem;display:flex}@media (max-width:1400px){.EssayBar-module__634AmG__essayBarContainer{max-width:calc(100% - 3rem)}}@media (max-width:1200px){.EssayBar-module__634AmG__essayBarContainer{width:auto;max-width:100%;margin:0 1.5rem}}@media (max-width:768px){.EssayBar-module__634AmG__essayBarContainer{margin:0 1rem;padding:0 1rem}.EssayBar-module__634AmG__essayMoreIcon svg{width:1.125rem;height:1.125rem}}
.StickyCards-module__5MPGIa__stickyContainer{flex-direction:column;gap:1rem;display:flex;position:sticky;top:calc(60px + .625rem)}.StickyCards-module__5MPGIa__cardWidget{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;padding:1rem;transition:border-color .3s;position:relative;overflow:hidden}.StickyCards-module__5MPGIa__cardWidget:hover{border:var(--style-border-hover)}.StickyCards-module__5MPGIa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.StickyCards-module__5MPGIa__sectionTitle{color:var(--anzhiyu-fontcolor);font-size:1rem;font-weight:600}.StickyCards-module__5MPGIa__sectionSubtitle{color:var(--anzhiyu-secondtext);font-size:.75rem}.StickyCards-module__5MPGIa__divider{border:none;border:1px dashed var(--primary-op);background:0 0;height:0;margin:1rem 10px;display:flex;position:relative}.StickyCards-module__5MPGIa__loadingTip,.StickyCards-module__5MPGIa__emptyTip{color:var(--anzhiyu-secondtext);text-align:center;padding:1rem 0;font-size:14px}.StickyCards-module__5MPGIa__cardTags,.StickyCards-module__5MPGIa__cardContent{width:100%}.StickyCards-module__5MPGIa__cardTagCloud{flex-flow:wrap;gap:4px;max-height:360px;display:flex;position:relative;overflow:hidden}.StickyCards-module__5MPGIa__cardTagCloud.StickyCards-module__5MPGIa__isOverflow:after{pointer-events:none;content:"";background-image:linear-gradient(to top, var(--anzhiyu-card-bg), transparent);height:150px;position:absolute;bottom:0;left:0;right:0}.StickyCards-module__5MPGIa__tagLink{color:var(--anzhiyu-fontcolor);cursor:pointer;border-radius:8px;padding:0 .375rem;font-size:1rem;text-decoration:none;transition:all .2s}.StickyCards-module__5MPGIa__tagLink.StickyCards-module__5MPGIa__isHighlight{color:var(--anzhiyu-theme);font-weight:700}.StickyCards-module__5MPGIa__tagLink:hover{color:var(--anzhiyu-card-bg);background:var(--anzhiyu-lighttext);box-shadow:var(--anzhiyu-shadow-theme);border-radius:4px}.StickyCards-module__5MPGIa__tagLink.StickyCards-module__5MPGIa__isSelected{color:var(--anzhiyu-white);background:var(--anzhiyu-main);border-radius:4px}.StickyCards-module__5MPGIa__tagLink sup{opacity:.6;margin-left:2px;font-size:.7em}.StickyCards-module__5MPGIa__cardFooter{text-align:center;margin-top:.5rem}.StickyCards-module__5MPGIa__viewAllButton{width:100%;color:var(--anzhiyu-fontcolor);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--anzhiyu-secondbg);border:var(--style-border-always);box-shadow:var(--anzhiyu-shadow-border);border-radius:8px;justify-content:center;padding:4px 0;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.StickyCards-module__5MPGIa__viewAllButton:hover{color:var(--anzhiyu-white);background-color:var(--anzhiyu-theme);border-color:var(--anzhiyu-theme);box-shadow:var(--anzhiyu-shadow-theme)}.StickyCards-module__5MPGIa__cardArchives{width:100%}.StickyCards-module__5MPGIa__archiveList{flex-flow:wrap;justify-content:space-between;margin:0;padding:0;list-style:none;display:flex}.StickyCards-module__5MPGIa__archiveItem{flex:0 0 48%;width:100%}.StickyCards-module__5MPGIa__archiveLink{color:var(--anzhiyu-fontcolor);border:var(--style-border);border-radius:8px;flex-direction:column;margin:4px 0;padding:3px 10px;text-decoration:none;transition:all .2s;display:flex}.StickyCards-module__5MPGIa__archiveLink:hover{color:var(--anzhiyu-white);background-color:var(--anzhiyu-main)}.StickyCards-module__5MPGIa__archiveDate{flex:inherit;text-overflow:ellipsis;white-space:nowrap;opacity:.6;width:auto;font-size:13px;overflow:hidden}.StickyCards-module__5MPGIa__archiveCountGroup{align-items:baseline;display:flex}.StickyCards-module__5MPGIa__archiveCountGroup span:last-child{text-overflow:ellipsis;white-space:nowrap;width:fit-content;margin-left:4px;overflow:hidden}.StickyCards-module__5MPGIa__archiveCount{text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;font-weight:700;line-height:2;overflow:hidden}.StickyCards-module__5MPGIa__cardWebinfo{width:100%;padding-left:10px}.StickyCards-module__5MPGIa__webinfo{min-height:3rem;padding:.2rem 0}.StickyCards-module__5MPGIa__webinfoItem{justify-content:space-between;align-items:center;padding:4px 0;font-size:.9rem;display:flex}.StickyCards-module__5MPGIa__webinfoItemTitle{color:var(--anzhiyu-fontcolor);align-items:center;gap:8px;display:flex}.StickyCards-module__5MPGIa__webinfoItemTitle svg{flex-shrink:0;font-size:1rem}.StickyCards-module__5MPGIa__itemName{font-size:.9rem}.StickyCards-module__5MPGIa__itemCount{color:var(--anzhiyu-fontcolor);font-weight:600}@media (max-width:992px){.StickyCards-module__5MPGIa__stickyContainer{display:none}}
.Sidebar-module__7tHiHG__asideContent{opacity:1;visibility:visible;flex-direction:column;gap:.625rem;width:300px;transition:all .3s;display:flex}.Sidebar-module__7tHiHG__cardWidget{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;transition:border-color .3s;position:relative;overflow:hidden}.Sidebar-module__7tHiHG__cardWidget:hover{border:var(--style-border-hover)}@media (max-width:992px){.Sidebar-module__7tHiHG__asideContent{display:none}}
