@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.home .home-banner{text-align:center;justify-content:center;height:100vh;display:flex;position:absolute;top:0;left:0;right:0;color:#fff!important}.home .home-banner .home-bg{z-index:-1;object-fit:cover;width:100%;height:100%;position:fixed}.home .home-banner .banner-container{color:#eee;margin-top:43vh;line-height:1.5}.home .home-banner .banner-container .blog-title{font-size:2rem}.home .home-banner .banner-container .blog-intro{white-space:nowrap;border-right:2px solid #0000;font-size:1.3em;overflow:hidden}.home .home-banner .scroll-down{cursor:pointer;color:#eee;margin-bottom:25px;font-size:35px;text-decoration:none;animation:2s infinite bounce;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.home .home-content{justify-content:center;align-items:flex-start;gap:20px;max-width:1200px;margin:0 auto;padding-top:calc(100vh + 30px);padding-left:20px;padding-right:20px;display:flex}.home .recent-posts{flex-direction:column;flex-grow:1;align-items:center;max-width:840px;padding-bottom:50px;display:flex}.home .recent-posts .recent-post-item{color:#72767b;-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:12px;flex-direction:row;width:100%;min-height:280px;margin:20px 0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a}.home .recent-posts .recent-post-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.home .recent-posts .recent-post-item.reversed{flex-direction:row-reverse}.home .recent-posts .recent-post-item .card-image{flex-shrink:0;width:45%}.home .recent-posts .recent-post-item .card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.home .recent-posts .recent-post-item:hover .card-image img{transform:scale(1.05)}.home .recent-posts .recent-post-item .card-content{flex-direction:column;justify-content:center;width:55%;padding:25px 30px;font-size:16px;line-height:1.6;display:flex}.home .recent-posts .recent-post-item .card-content .post-title{color:#2c3e50;margin:0 0 15px;font-size:22px;font-weight:700}.home .recent-posts .recent-post-item .card-content .post-title h4,.home .recent-posts .recent-post-item .card-content .post-title p{margin:0}.home .recent-posts .recent-post-item .card-content .post-meta{color:#888;margin-top:auto;padding-top:15px;font-size:13px}.home .recent-posts .recent-post-item .card-content .post-thumb{color:#555;margin:15px 0 0;font-size:15px}.home .recent-posts .recent-post-item .card-content .post-thumb .truncate-text{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.home .recent-posts .recent-post-end{text-align:center;color:#888;padding:20px 0}.home .aside-content{flex-shrink:0;width:280px;margin-top:20px;position:sticky;top:100px}.home .aside-content .card{background:#fff;border-radius:12px;margin-bottom:20px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0000000d}.home .aside-content .card-title{color:#2c3e50;border-bottom:1px solid #f0f0f0;margin-bottom:16px;padding-bottom:10px;font-size:16px;font-weight:600}.home .aside-content .profile-card .profile-header{text-align:center;margin-bottom:20px}.home .aside-content .profile-card .profile-header .avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;width:80px;height:80px;margin-bottom:12px;box-shadow:0 0 10px #0000001a}.home .aside-content .profile-card .profile-header .nickname{color:#2c3e50;margin:8px 0;font-size:18px;font-weight:600}.home .aside-content .profile-card .profile-header .bio{color:#666;font-size:14px}.home .aside-content .profile-card .profile-stats{justify-content:space-around;display:flex}.home .aside-content .profile-card .profile-stats .stat-item{text-align:center}.home .aside-content .profile-card .profile-stats .stat-item .count{color:#333;font-size:18px;font-weight:600;display:block}.home .aside-content .profile-card .profile-stats .stat-item .label{color:#999;font-size:12px}.home .aside-content .category-card .category-list{margin:0;padding:0;list-style:none}.home .aside-content .category-card .category-list .home-category-item a{border-radius:5px;justify-content:space-between;padding:10px 5px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.home .aside-content .category-card .category-list .home-category-item a:hover{background-color:#f9f9f9}.home .aside-content .category-card .category-list .home-category-item a:hover .category-name{color:#3498db}.home .aside-content .category-card .category-list .home-category-item a .category-name{color:#666;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.home .aside-content .category-card .category-list .home-category-item a .category-count{color:#999;font-size:14px}.home .aside-content .tag-card .tag-cloud{flex-wrap:wrap;gap:8px;display:flex}.home .aside-content .tag-card .tag-cloud .tag{cursor:pointer;color:#555;background:#eee;border-radius:15px;padding:4px 12px;font-size:13px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.home .aside-content .tag-card .tag-cloud .tag:hover{opacity:.9;transform:translateY(-2px)}.home .aside-content .tag-card .tag-cloud .tag:first-child{color:#42b883;background:#e8f5e9}.home .aside-content .tag-card .tag-cloud .tag:first-child:hover{color:#fff;background:#42b883}.home .aside-content .tag-card .tag-cloud .tag:nth-child(2){color:#2196f3;background:#e3f2fd}.home .aside-content .tag-card .tag-cloud .tag:nth-child(2):hover{color:#fff;background:#2196f3}.home .aside-content .tag-card .tag-cloud .tag:nth-child(3){color:#3178c6;background:#e8eaf6}.home .aside-content .tag-card .tag-cloud .tag:nth-child(3):hover{color:#fff;background:#3178c6}.home .aside-content .tag-card .tag-cloud .tag:nth-child(4){color:#8bc34a;background:#f1f8e9}.home .aside-content .tag-card .tag-cloud .tag:nth-child(4):hover{color:#fff;background:#8bc34a}.home .aside-content .tag-card .tag-cloud .tag:nth-child(5){color:#ff9800;background:#fff3e0}.home .aside-content .tag-card .tag-cloud .tag:nth-child(5):hover{color:#fff;background:#ff9800}.home .copyright{text-align:center;color:#999;padding:20px 10px;font-size:14px}@media (max-width:992px){.home .home-content{flex-direction:column;align-items:center}.home .aside-content{width:100%;max-width:800px;margin-top:0;position:static}}@media (max-width:768px){.home .home-banner .banner-container{padding:0 15px}.home .home-banner .banner-container .blog-title{font-size:1.8rem}.home .home-banner .banner-container .blog-intro{font-size:1.1em}.home .recent-posts .recent-post-item{flex-direction:column!important}.home .recent-posts .recent-post-item .card-image,.home .recent-posts .recent-post-item .card-content{width:100%}.home .recent-posts .recent-post-item .card-image{max-height:200px}}