@charset "UTF-8";*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#212121;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#39f;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #39f}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#39f}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(51,153,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(51,153,255,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{width:12rem !important;height:12rem !important;border:.4rem solid #39f !important}.app-header-title{font-size:1.5rem !important;margin-bottom:.5rem !important}.app-header p{margin-top:0 !important;margin-bottom:1.5rem !important}.app-header-menu{margin-top:1rem !important;margin-bottom:1rem !important}.post-header-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(51,153,255,.1);border:1px solid rgba(51,153,255,.3);border-radius:6px;color:#39f;text-decoration:none;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.back-button:hover{background:rgba(51,153,255,.2);border-color:#39f;color:#fff;transform:translateX(-2px)}.back-button svg{width:1rem;height:1rem}.year-title{font-size:1.3rem;font-weight:600;margin:2rem 0 1rem;color:var(--primary-color,#007acc);border-bottom:1px solid var(--primary-color,#007acc);padding-bottom:.05rem}.year-count{font-size:.8rem;font-weight:400;color:var(--text-color-secondary,#666);margin-left:.5rem}.posts-list{margin-left:1.5rem;margin-top:-.1rem}@media(max-width:768px){.post-header-top{flex-direction:column;align-items:flex-start;gap:.5rem}.back-button{font-size:.9rem;padding:.4rem .8rem}.year-title{font-size:1.3rem}}.about-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.about-page .about-header{text-align:center;margin-bottom:3rem}.about-page .about-header .about-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;border-bottom:3px solid #39f;padding-bottom:1rem;display:inline-block}.about-page .about-content{line-height:1.8}.about-page .about-content .profile-header{background:linear-gradient(135deg,rgba(51,153,255,.1),rgba(51,153,255,5%));padding:2rem;border-radius:12px;border:1px solid rgba(51,153,255,.2);margin-bottom:2rem;text-align:center}.about-page .about-content .profile-header h2{margin:0 0 1rem;font-size:2rem;color:#fff;border:none}.about-page .about-content .profile-header h2 .icon{margin-right:.5rem;color:#39f}.about-page .about-content .profile-header .job-title{font-size:1.2rem;margin:1rem 0 2rem;color:#39f}.about-page .about-content .profile-header .job-title .icon{margin-right:.5rem}.about-page .about-content .profile-header .contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.8rem;margin-top:1.5rem}.about-page .about-content .profile-header .contact-info p{margin:0;padding:.5rem;background:rgba(33,33,33,.3);border-radius:6px;font-size:.9rem}.about-page .about-content .profile-header .contact-info p .icon{margin-right:.5rem;color:#39f}.about-page .about-content h2{color:#39f;font-size:1.8rem;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(51,153,255,.3);display:flex;align-items:center}.about-page .about-content h2 .icon{margin-right:.8rem;color:#39f}.about-page .about-content h2:first-of-type{margin-top:0}.about-page .about-content h3{color:#fff;font-size:1.3rem;margin:2rem 0 .5rem}.about-page .about-content h3+p strong{color:#afbac4;font-size:.9rem}.about-page .about-content ul{list-style:none;padding-left:0}.about-page .about-content ul li{margin:.5rem 0;padding-left:1.5rem;position:relative}.about-page .about-content ul li:before{content:"▶";color:#39f;position:absolute;left:0;top:0}.about-page .about-content ul li strong{color:#fff}.about-page .about-content p:first-of-type{background:rgba(51,153,255,.1);padding:1.5rem;border-radius:8px;border-left:4px solid #39f;margin:2rem 0}.about-page .about-content p:first-of-type strong{color:#fff;font-size:1.1rem}.about-page .about-content h3+p{margin-bottom:.5rem}.about-page .about-content h3+p strong{color:#afbac4;font-style:italic}.about-page .about-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#3399ff,transparent);margin:3rem 0}.about-page .about-content p:last-of-type{text-align:center;font-style:italic;color:#afbac4;margin-top:3rem;padding:1rem;background:rgba(33,33,33,.5);border-radius:8px}@media(max-width:768px){.about-page .about-content .about-title{font-size:2rem}.about-page .about-content h2{font-size:1.5rem}.about-page .about-content h3{font-size:1.2rem}}.about-page .about-content>*{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-content a{color:#39f;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}.about-content a:hover{color:#fff;border-bottom-color:#39f}.about-content h3+ul li{display:inline-block;background:rgba(51,153,255,.2);padding:.3rem .8rem;margin:.2rem;border-radius:20px;border:1px solid rgba(51,153,255,.3)}.about-content h3+ul li:before{display:none}.about-content h3+ul li strong{color:#fff}