body{color:#2a2a2a;background-color:#f5f5f5;font-family:smiley sans oblique,sans-serif;line-height:1.5;margin:1rem;display:flex;flex-direction:column;align-items:center}header{margin-bottom:1rem}footer{margin-top:1rem;font-size:.8rem;font-weight:100;color:#636363;text-align:center}a{color:#66b3ff;text-decoration:none}.container{width:100%;margin:0 auto;padding:0 20px}nav{width:100%;padding-bottom:1rem}nav ul{list-style:none;padding:0;margin:0;display:flex;gap:.25rem;justify-content:center}nav li{width:4rem;border-bottom:2px solid transparent;transition:border-bottom .3s ease}nav li:hover{color:#66b3ff;border-bottom:2px solid #66b3ff}nav a{display:block;width:100%;text-align:center;color:#1a1a1a;font-weight:500;padding:.5rem 0;transition:color .3s ease}nav a.active{color:#66b3ff}nav a:hover{color:#66b3ff}.profile-container{display:flex;gap:10rem;padding:2rem;width:100%;margin:0 auto}.profile-left{width:30rem;margin-top:4rem;text-align:center}.profile-right{width:40rem}.profile-right section{margin-bottom:2rem}.profile-right h2{color:#1a1a1a;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333}.profile-right .info-line>div{text-indent:2em;color:#1a1a1a;font-size:.84rem;line-height:1.6;margin-bottom:.4rem;padding-left:1rem;transition:all .3s ease}.profile-right .info-line:hover>div{font-size:1rem;line-height:2}.profile-right div:lang(zh){text-justify:inter-ideograph;text-align:justify}.profile-right div:lang(zh)>*{hanging-punctuation:first allow-end last}.avatar{width:200px;height:200px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;transition:all .5s ease}.avatar img{width:100%;height:100%;object-fit:cover}.avatar:hover{transform:translateY(-50px);width:300px;height:300px;border:none}.basic-info h1{color:#1a1a1a;margin-bottom:.5rem}.contact-info{display:flex;justify-content:center;gap:1rem}.contact-info a{font-size:1.5rem;color:#1a1a1a;transition:color .3s ease}.contact-info a:hover{color:#66b3ff}.list-container{max-width:45rem;margin:2rem auto;padding:0 1rem}.list-title{color:#1a1a1a;font-size:1.8rem;margin-bottom:2rem;text-align:center}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{padding:1.2rem;background:rgba(26,26,26,2%);border-radius:8px;border:1px solid rgba(26,26,26,.1);transition:all .2s ease}.post-card:hover{transform:translateX(5px);border-color:rgba(26,26,26,.2)}.post-title{margin:0 0 .5rem}.post-title a{color:#1a1a1a;font-size:1.2rem;text-decoration:none;transition:color .2s ease}.post-title a:hover{color:#66b3ff}.post-meta{color:#999;font-size:.85rem;margin-bottom:.5rem}.post-summary{color:#1a1a1a;font-size:.9rem;line-height:1.5}.article-container{max-width:45rem;margin:2rem auto;padding:0 1rem}.article-content{background:rgba(26,26,26,2%);border-radius:12px;padding:2rem}.article-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(26,26,26,.1)}.article-title{color:#1a1a1a;font-size:2rem;line-height:1.4;margin-bottom:1rem}.article-meta{color:#999;font-size:.9rem}.content{color:#1a1a1a;font-size:1rem;line-height:1.8}.content>p{text-indent:2em;overflow-wrap:break-word;word-break:break-all}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#1a1a1a;margin:2rem 0 1rem}.content h2{font-size:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #333}.content p{margin-bottom:1.5rem}.content a{border-bottom:1px dashed #66b3ff}.content a:hover{border-bottom-style:solid}.content ul,.content ol{padding-left:1.5rem;margin-bottom:1.5rem}.content li{margin-bottom:.5rem}.content blockquote{margin:1.5rem 0;padding:.5rem 1rem;border-left:4px solid #66b3ff;background:rgba(26,26,26,5%)}.content code{background:rgba(26,26,26,.1);padding:.2rem .4rem;border-radius:3px;font-size:.9rem}.content pre{background:rgba(26,26,26,.2);padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.content pre code{background:0 0;padding:0}.content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}@media(max-width:768px){.profile-container{flex-direction:column}.profile-left,.profile-right{flex:none;width:100%}.profile-left{margin-bottom:2rem}.article-container{margin:1rem auto}.article-content{padding:1.5rem}.article-title{font-size:1.5rem}.content{font-size:.95rem}.list-container{margin:1rem auto}.list-title{font-size:1.5rem}.post-card{padding:1rem}}