:root{--navbar-height:60px;--gap:.5rem;--radius:12px;--sidebar-sticky-top:var(--navbar-height)}.sidebar-sticky{top:var(--sidebar-sticky-top);gap:var(--gap);flex-direction:column;display:flex;position:sticky}.sidebar-aside{gap:var(--gap);flex-direction:column;display:flex}.post-aside{gap:var(--gap);flex-direction:column;flex-shrink:0;width:283px;display:flex}.is-center{text-align:center;flex-flow:wrap;justify-content:center;align-items:center;display:flex}.card-widget{border-radius:var(--radius);background:var(--theme-surface);border:var(--style-border);-webkit-user-select:none;user-select:none;width:285px;transition:all .3s;overflow:hidden;box-shadow:0 0 12px 4px #0000000d}.card-widget .card-content{-webkit-user-select:none;user-select:none;gap:var(--gap);flex-direction:column;height:320px;min-height:320px;padding:1rem 1.2rem;display:flex;position:relative}.card-info{--author-card-gradient-angle:-25deg;--author-card-gradient-start:var(--theme-accent);--author-card-gradient-end:color-mix(in srgb, var(--author-card-gradient-start) 87%, transparent);position:relative}.card-info:before{background:linear-gradient(var(--author-card-gradient-angle), var(--author-card-gradient-start), var(--author-card-gradient-end));content:"";width:100%;height:100%;position:absolute;top:0;left:0}.card-info:hover .description{opacity:1}.card-info .welcome-border{justify-content:center;align-items:center;height:28px;display:flex}.card-info .welcome{border-radius:var(--radius);cursor:pointer;color:#fff;background:#fff3;border:none;width:fit-content;min-width:100px;padding:2px 10px;font-size:12px;line-height:20px;transition:all .3s}[data-theme=dark] .card-info .welcome{background:#000}.card-info .welcome:hover{color:var(--theme-accent);background:#fff;transform:scale(1.167)}[data-theme=dark] .card-info .welcome:hover{color:#fff;background:#000}.card-info .avatar{border:5px solid var(--theme-surface);border-radius:50%;width:118px;min-width:118px;height:118px;min-height:118px;position:absolute;top:90px;right:calc(50% - 59px);overflow:hidden}.card-info .avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;overflow:hidden}.card-info .avatar .sticker{z-index:0;background:var(--theme-surface);border-radius:50%;justify-content:center;align-items:center;width:33px;height:33px;line-height:34px;transition:all .3s ease-out .2s;display:flex;position:absolute;bottom:2px;right:2px}.card-info .description{opacity:0;width:100%;color:var(--theme-surface);gap:var(--gap);flex-direction:column;line-height:1.5;transition:all .3s;display:flex}.card-info .bottom-group{justify-content:space-between;width:100%;padding:1rem;display:flex;position:absolute;bottom:0;left:0}.card-info .bottom-group .left{flex:1}.card-info .bottom-group .left .name{color:var(--theme-surface);margin-bottom:5px;font-size:20px;font-weight:700;line-height:1}.card-info .bottom-group .left .desc{color:var(--theme-surface);opacity:.6;font-size:12px;line-height:1}.card-info .bottom-group .social-icons{flex:1;justify-content:flex-end;gap:5px;display:flex}.card-info .social-icon{color:var(--theme-text);cursor:pointer;transition:all .3s;display:flex}.card-info .social-icon:hover{transform:scale(1.1)}.card-info .social-icon:hover svg{color:var(--theme-accent);background:var(--theme-surface)}.card-info .social-icon svg{color:#fff;background:#fff3;border-radius:32px;width:40px;height:40px;padding:8px;transition:all .3s}[data-theme=dark] .card-info .social-icon svg{color:#fff;background:#ffffff1f}.card-recent-post{padding:.5rem}.card-recent-post .item-headline{align-items:center;gap:5px;margin:.5rem .5rem 0;padding-bottom:0;font-size:1em;font-weight:700;display:flex}.card-recent-post .item-headline i{font-synthesis:style;font-size:18px;line-height:1}.card-recent-post .aside-list{flex-direction:column;display:flex}.card-recent-post .aside-list .aside-list-item{cursor:pointer;color:var(--theme-text);border-radius:12px;align-items:flex-start;margin:4px 0;padding:2px 6px 8px;text-decoration:none;transition:all .3s;display:flex}.card-recent-post .aside-list .aside-list-item:hover{background:var(--theme-accent);color:var(--theme-text-on-accent);box-shadow:0 8px 12px -3px var(--theme-accent-op)}.card-recent-post .aside-list .aside-list-item:hover .title{color:var(--theme-text-on-accent)}.card-recent-post .aside-list .aside-list-item .thumbnail{border:var(--style-border);border-radius:8px;flex-shrink:0;align-items:center;width:2.1em;height:2.1em;margin-top:4px;display:flex;overflow:hidden}.card-recent-post .aside-list .aside-list-item .thumbnail img{object-fit:cover;width:140%;height:140%;transition:all .6s}.card-recent-post .aside-list .aside-list-item .content{word-break:break-all;flex-direction:column;flex:1;min-width:0;padding-left:10px;display:flex}.card-recent-post .aside-list .aside-list-item .content .title{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:4px 0;font-size:95%;font-weight:400;line-height:1.3;transition:all .3s;display:-webkit-box;overflow:hidden}.card-recent-post{display:none}@media (width>=1200px){.card-recent-post{display:block}}.card-toc{background:var(--theme-surface);border:1px solid var(--theme-border);-webkit-user-select:none;user-select:none;border-radius:12px;flex-direction:column;min-height:0;padding:.5rem;transition:border-color .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000000d}.card-toc:hover{border:1px solid var(--theme-border);box-shadow:0 1px 3px #0000000d}.card-toc .item-headline{color:var(--foreground);-webkit-user-select:none;user-select:none;align-items:center;gap:5px;padding:.1rem .5rem .4rem;font-size:1em;font-weight:700;display:flex}.toc-content{overscroll-behavior:contain;-webkit-user-select:none;user-select:none;min-height:0;max-height:calc(100vh - 140px);overflow:hidden auto}.toc-content::-webkit-scrollbar{display:none}.toc-list{-webkit-user-select:none;user-select:none;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.toc-item{-webkit-user-select:none;user-select:none;margin:0}.toc-link{width:100%;min-width:0;min-height:40px;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;padding:8px;transition:background-color .2s,color .2s,transform .2s;display:flex;overflow:hidden}.toc-item:hover .toc-link{color:var(--primary);background-color:var(--theme-accent-op-light)}.toc-item.active .toc-link{color:var(--primary);background:var(--background)}.toc-item.active .toc-text{font-weight:700}.toc-text{text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none;flex:1;min-width:0;line-height:1.45;transition:color .2s;display:block;overflow:hidden}.toc-item[data-level="2"] .toc-link{padding-left:18px}.toc-item[data-level="3"] .toc-link{padding-left:28px}.toc-item[data-level="4"] .toc-link{padding-left:38px}.toc-item[data-level="5"] .toc-link{padding-left:48px}.toc-item[data-level="6"] .toc-link{padding-left:58px}.toc-item .toc-link{padding-left:8px}.card-toc{display:none}@media (width>=993px){.card-toc{display:block}}
