@media (width<=768px){html{font-size:95%}}@media (width<=480px){html{font-size:90%}}.post-navigation{border-top:1px solid #ffffff1a;width:100%;margin:3rem 0 1.5rem;padding-top:2rem}.post-navigation .post-navigation-inner{justify-content:space-between;gap:1rem;display:flex}.post-navigation .post-nav-link{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex:1 1 0;align-items:center;gap:.75rem;min-width:0;padding:1rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.post-navigation .post-nav-link:before{content:"";background:linear-gradient(120deg,#fff0,#ffffff1a,#fff0);width:100%;height:100%;transition:all .8s;position:absolute;top:0;left:-100%}.post-navigation .post-nav-link:hover{background:#01a2be1a;border-color:#01a2be4d;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.post-navigation .post-nav-link:hover:before{left:100%}.post-navigation .post-nav-link:hover .post-nav-arrow{color:#01a2bee6}.post-navigation .post-nav-link.disabled{opacity:.5;pointer-events:none;cursor:not-allowed;background:#ffffff05}.post-navigation .post-nav-link.prev-post{text-align:left;margin-left:10px}.post-navigation .post-nav-link.next-post{text-align:right;justify-content:flex-end;margin-right:10px}.post-navigation .post-nav-content{flex-direction:column;min-width:0;display:flex;overflow:hidden}.post-navigation .post-nav-arrow{color:#ffffffb3;flex-shrink:0;transition:color .2s}.post-navigation .post-nav-label{color:#01a2bee6;margin-bottom:.3rem;font-size:.85rem}.post-navigation .post-nav-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1rem;overflow:hidden}@media (width<=768px){.post-navigation{margin:2rem 0 1rem}.post-navigation .post-navigation-inner{gap:.75rem}.post-navigation .post-nav-link{padding:.8rem}.post-navigation .post-nav-link.prev-post .post-nav-arrow,.post-navigation .post-nav-link.next-post .post-nav-arrow{transform:scale(.85)}.post-navigation .post-nav-label{margin-bottom:.2rem;font-size:.8rem}.post-navigation .post-nav-title{font-size:.9rem}}@media (width<=576px){.post-navigation{margin:1.5rem 0 1rem}.post-navigation .post-navigation-inner{flex-direction:column;gap:.75rem}.post-navigation .post-nav-link{width:100%;padding:.7rem}}.random-posts{background-color:#0000001a;border-radius:8px;margin-bottom:1.5rem;padding:1rem;transition:all .3s;box-shadow:0 4px 6px #000000c0}.random-posts:hover{box-shadow:0 6px 12px #000c}.random-posts-header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.random-posts-header h3{color:#ffffffe6;margin:0;font-size:1.2rem}.random-posts-header .refresh-button{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.random-posts-header .refresh-button:hover{color:#01a2bee6;transform:rotate(45deg)}.random-posts-header .refresh-button.rotating{animation:.6s rotate360}.random-posts-header .refresh-button svg{width:16px;height:16px}.random-posts-list{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;max-height:300px;margin:0;padding:0;list-style:none;overflow-y:auto}.random-posts-list::-webkit-scrollbar{width:4px}.random-posts-list::-webkit-scrollbar-track{background:0 0}.random-posts-list::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.random-posts-list.fade-out{opacity:0;transition:opacity .3s}.random-posts-list.fade-in{opacity:1;animation:.5s forwards fadeIn}.random-post-item{border-bottom:1px dashed #ffffff1a;margin-bottom:.5rem;padding:.3rem 0;transition:transform .2s}.random-post-item:last-child{border-bottom:none;margin-bottom:0}.random-post-item:hover{transform:translate(3px)}.random-post-link{color:#fffc;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.random-post-link:hover{color:#01a2bee6;text-decoration:none}.no-posts{color:#fff9;text-align:center;padding:.5rem;font-size:.9rem;font-style:italic}@media (width<=1200px){.random-posts{padding:.9rem}.random-post-link{font-size:.9rem}}@media (width<=1024px){.random-posts{padding:.8rem}.random-posts-header h3{font-size:1.1rem}.random-post-link{font-size:.85rem}.random-posts-list{max-height:250px}}@media (width<=900px){.random-posts{padding:.7rem}.random-posts-header{margin-bottom:.6rem}.random-posts-header h3{font-size:1rem}.random-posts-header .refresh-button svg{width:14px;height:14px}.random-post-item{padding:.25rem 0}}@media (width<=768px){.random-posts{margin-bottom:1rem}.random-posts-list{max-height:200px}}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.left-sidebar{scrollbar-width:none;-ms-overflow-style:none;width:250px;height:fit-content;max-height:calc(100vh - 40px);padding:1.5rem .5rem;position:sticky;top:20px;overflow-y:auto}.left-sidebar::-webkit-scrollbar{display:none}.sidebar-container{flex-direction:column;gap:1.5rem;display:flex}.sidebar-section{background-color:#0000001a;border-radius:8px;padding:1rem;animation:.5s forwards fade-in-left;box-shadow:0 4px 6px #000000c0}.sidebar-section h3{color:#ffffffe6;border-bottom:1px solid #fff3;margin-top:0;margin-bottom:.8rem;padding-bottom:.5rem;font-size:1.2rem}.recent-posts ul{margin:0;padding:0;list-style:none}.recent-posts li{border-bottom:1px dashed #ffffff1a;margin-bottom:.5rem;padding:.3rem 0}.recent-posts li:last-child{border-bottom:none}.recent-posts a{color:#fffc;font-size:.95rem;text-decoration:none;transition:all .2s}.recent-posts a:hover{color:#fff;text-decoration:underline}@media (width<=1200px){.left-sidebar{width:230px}.author-info .author-name{font-size:1.3rem}.author-info .author-description{font-size:.9rem}}@media (width<=1024px){.left-sidebar{width:200px;padding:1rem .4rem}.sidebar-section{padding:.8rem}.avatar-container{width:80px;height:80px}.author-info .author-name{margin:.5rem 0 .3rem;font-size:1.2rem}.author-info .author-description{margin:.3rem 0;font-size:.85rem}}@media (width<=900px){.left-sidebar{width:180px;padding:.8rem .3rem}.sidebar-container{gap:1rem}.sidebar-section{padding:.7rem}.avatar-container{width:70px;height:70px}.author-info .author-name{margin:.4rem 0 .2rem;font-size:1.1rem}.author-info .author-description{font-size:.8rem}.recent-posts li{margin-bottom:.3rem;padding:.2rem 0}.recent-posts a{font-size:.85rem}}@media (width<=768px){.left-sidebar{display:none}}.avatar{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .6s;display:block}.avatar-container{border-radius:50%;width:100px;height:100px;margin:0 auto;overflow:hidden}.avatar-container:hover .avatar{transform:rotate(360deg)scale(1.05);box-shadow:0 0 20px #01a2be66}.avatar-container:not(:hover) .avatar{transition:transform .8s;transform:rotate(0)}.author{text-align:center;flex-direction:column;align-items:center;display:flex}.author-info{margin-top:.6rem}.author-info .author-name{color:#fffffff2;margin:.6rem 0 .4rem;font-size:1.4rem;font-weight:600}.author-info .author-description{color:#fffc;word-wrap:break-word;margin:.4rem 0;font-size:1rem;line-height:1.4}.fade-in-left{animation:.5s forwards fade-in-left}@keyframes fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.sidebar-section .section-header{justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.section-content{opacity:1;scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;max-height:500px;transition:max-height .3s,opacity .3s;overflow-y:auto}.category-list{flex-wrap:wrap;gap:.5rem;padding:.2rem;display:flex}.category-tag{color:#ffffffe6;background-color:#ffffff1a;border-radius:4px;align-items:center;padding:.2rem .5rem;font-size:.85rem;text-decoration:none;transition:all .2s;display:flex}.category-tag .category-name{margin-right:.3rem}.category-tag .category-count{color:#fff9;font-size:.75rem;font-weight:400}.category-tag:hover{background-color:#ffffff40;transform:translateY(-2px)}.category-tag:hover .category-count{color:#fffc}.no-categories{color:#fff9;text-align:center;padding:.5rem;font-size:.9rem;font-style:italic}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sidebar-section .section-header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.sidebar-section .section-header h3{color:#ffffffe6;margin:0;font-size:1.2rem}.sidebar-section .section-toggle{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .3s;display:flex}.sidebar-section .section-toggle:hover{color:#fff}.sidebar-section .section-toggle.collapsed{transform:rotate(-90deg)}.section-content{opacity:1;max-height:500px;overflow-y:auto}.tag-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#ffffffe6;background-color:#ffffff1a;border-radius:4px;padding:.2rem .5rem;font-size:.85rem;text-decoration:none;transition:all .2s}.tag:hover{background-color:#ffffff40;transform:translateY(-2px)}.no-tags{color:#fff9;font-size:.9rem;font-style:italic}.right-sidebar{scrollbar-width:none;-ms-overflow-style:none;width:250px;height:fit-content;max-height:calc(100vh - 40px);padding:1.5rem .5rem;position:sticky;top:20px;overflow-y:auto}.right-sidebar::-webkit-scrollbar{display:none}.clock-section{text-align:center;background-color:#0000001a;border-radius:8px;margin-bottom:1.5rem;padding:.5rem;box-shadow:0 4px 6px #000000c0}.sidebar-section{background-color:#0000001a;border-radius:8px;margin-bottom:1.5rem;padding:1rem;box-shadow:0 4px 6px #000000c0}.section-header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.5rem;display:flex}.section-header .section-title{color:#ffffffe6;margin:0;font-size:1.2rem}.section-toggle{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .3s;display:flex}.section-toggle:hover{color:#fff}.section-toggle.collapsed{transform:rotate(-90deg)}.section-content{opacity:1;scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;max-height:500px;overflow-y:auto}.section-content::-webkit-scrollbar{width:6px}.section-content::-webkit-scrollbar-track{background:0 0}.section-content::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.section-content.collapsed{opacity:0;max-height:0;overflow:hidden}.no-content-message{color:#fff9;text-align:center;padding:.5rem;font-size:.9rem;font-style:italic}.toc-list{margin:0;padding:0;list-style:none}.toc-item{border-radius:4px;margin-bottom:.5rem;transition:background-color .2s}.toc-item:hover{background-color:#ffffff26}.toc-item a{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;padding:.2rem .4rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:block;overflow:hidden}.toc-item a:hover{color:#fff;text-decoration:none}.toc-item-h1{margin-left:0}.toc-item-h2{margin-left:.75rem}.toc-item-h3{margin-left:1.5rem}.toc-item-h4{margin-left:2.25rem;font-size:.9em}.toc-item-h5{margin-left:3rem;font-size:.85em}.toc-item-h6{margin-left:3.75rem;font-size:.8em}.fade-in-right{opacity:0;animation:.8s forwards fade-in-right}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}@media (width<=1024px){.right-sidebar{width:200px}}@media (width<=768px){.right-sidebar{display:none}}@keyframes fade-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cc-by-nc-sa-box{background-color:#0000001a;border:1px solid #fff3;border-radius:.5rem;max-width:80%;margin:1.5rem auto;padding:1.5rem;position:relative;overflow:hidden}.cc-by-nc-sa-box .cc-content{z-index:2;position:relative}.cc-by-nc-sa-box .cc-title{margin-top:0;margin-bottom:.5rem;font-size:1.2rem}.cc-by-nc-sa-box .cc-author,.cc-by-nc-sa-box .cc-url,.cc-by-nc-sa-box .cc-license{margin:.5rem 0;font-size:.9rem}.cc-by-nc-sa-box a{color:#58a6ff;border-bottom:1px dashed #58a6ff80;padding-bottom:1px;text-decoration:none;transition:all .3s;position:relative}.cc-by-nc-sa-box a:hover{color:#79bcff;border-bottom:1px solid #79bcff}.cc-by-nc-sa-box a:active{color:#2188ff}.cc-by-nc-sa-box .cc-watermark{opacity:.15;z-index:1;transition:opacity .3s;position:absolute;bottom:1rem;right:1rem}.cc-by-nc-sa-box .cc-watermark .tool-icons{align-items:center;gap:8px;display:flex}.cc-by-nc-sa-box .cc-watermark .cc-icon{width:48px;height:48px;display:inline-block}.cc-by-nc-sa-box .cc-watermark .cc-icon svg{width:100%;height:100%;display:block}.lazy-image[data-astro-cid-bvzihdzo]{opacity:0;transition:opacity .5s}.lazy-image[data-astro-cid-bvzihdzo].loaded{opacity:1}.page-stats[data-astro-cid-bvzihdzo]{color:#ffffffb3;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-top:.8rem;font-size:.9rem;display:flex}.page-stats[data-astro-cid-bvzihdzo] span[data-astro-cid-bvzihdzo]{align-items:center;gap:.3rem;display:inline-flex}#busuanzi_value_page_pv[data-astro-cid-bvzihdzo]{color:#ffffffe6;font-weight:600}#busuanzi_container_page_pv[data-astro-cid-bvzihdzo]{transition:opacity .3s}@media (width<=768px){.page-stats[data-astro-cid-bvzihdzo]{margin-top:.8rem;padding-top:.6rem;font-size:.85rem}}
