@import 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap';:root{--bg-primary:#FAF9F6;--bg-secondary:#F0EFEC;--text-primary:#1a1a1a;--text-secondary:#666666;--text-muted:#999999;--accent:#2563EB;--accent-hover:#1D4ED8;--accent-glow:rgba(37, 99, 235, 0.15);--border:#E0DDD8;--border-light:#ECEAE5;--tag-bg:rgba(0, 0, 0, 0.04);--tag-border:rgba(0, 0, 0, 0.12);--tag-text:#555555;--header-bg:rgba(250, 249, 246, 0.85);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.06)}[data-theme=dark]{--bg-primary:#0D1117;--bg-secondary:#161B22;--text-primary:#E6EDF3;--text-secondary:#8B949E;--text-muted:#6E7681;--accent:#58A6FF;--accent-hover:#79C0FF;--accent-glow:rgba(88, 166, 255, 0.15);--border:#30363D;--border-light:#21262D;--tag-bg:rgba(255, 255, 255, 0.04);--tag-border:rgba(255, 255, 255, 0.12);--tag-text:#8B949E;--header-bg:rgba(13, 17, 23, 0.85);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.3)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--accent-glow);color:var(--text-primary)}html{scroll-behavior:smooth}body{font-family:jetbrains mono,monospace;font-size:14px;line-height:1.75;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .4s ease,color .4s ease;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}.container{max-width:780px;margin:0 auto;padding:0 1.5rem;width:100%}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover)}.site-header{position:sticky;top:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .4s ease,border-color .4s ease}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:60px}.site-logo{font-size:1rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:color .15s ease}.site-logo::before{content:"[ ";color:var(--text-muted)}.site-logo::after{content:" ]";color:var(--text-muted)}.site-logo:hover{color:var(--accent)}.site-nav{display:flex;align-items:center;gap:0}.nav-link{color:var(--text-secondary);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;padding:.4rem .6rem;text-decoration:none;transition:color .15s ease;position:relative}.nav-link::before{content:"/";margin-right:.5rem;color:var(--text-muted);font-weight:300}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active::after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:60%;height:2px;background:var(--accent);border-radius:1px}.theme-toggle{background:0 0;border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;padding:.4rem;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-left:1rem;transition:all .15s ease;width:34px;height:34px}.theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-glow)}.theme-toggle svg{width:18px;height:18px}.menu-toggle{display:none;background:0 0;border:none;color:var(--text-primary);cursor:pointer;padding:.4rem;font-size:1.4rem}.hero{text-align:center;padding:4rem 0 3rem;border-bottom:1px solid var(--border)}.hero-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--border);margin-bottom:1.5rem;transition:border-color .25s ease,transform .25s ease}.hero-avatar:hover{border-color:var(--accent);transform:scale(1.05)}.hero-tagline{font-size:1.1rem;color:var(--text-secondary);font-weight:400}.hero-tagline .cursor-blink{display:inline-block;width:2px;height:1.1em;background:var(--accent);margin-left:4px;vertical-align:text-bottom;animation:blink 1s step-end infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.section-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin:3rem 0 1.5rem;display:flex;align-items:center;gap:1rem}.section-title::after{content:"";flex:1;height:1px;background:var(--border)}.post-list{list-style:none;padding:0}.post-item{padding:1.5rem 0;border-bottom:1px solid var(--border-light);transition:background .15s ease}.post-item:last-child{border-bottom:none}.post-item:hover{background:var(--bg-secondary);margin:0 -1rem;padding-left:1rem;padding-right:1rem;border-radius:8px}.post-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);text-decoration:none;line-height:1.4;transition:color .15s ease}.post-title:hover{color:var(--accent)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.4rem;font-size:.78rem;color:var(--text-muted)}.post-meta .separator{color:var(--border)}.post-tags{display:inline-flex;flex-wrap:wrap;gap:.4rem;margin-left:.2rem}.tag{display:inline-block;font-size:.72rem;font-weight:500;color:var(--tag-text);background:var(--tag-bg);border:1px solid var(--tag-border);padding:.15rem .55rem;border-radius:20px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.tag:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-glow)}.see-all{display:inline-flex;align-items:center;gap:.4rem;margin-top:2rem;font-size:.85rem;font-weight:500;color:var(--accent);transition:gap .15s ease}.see-all:hover{gap:.8rem}.post-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.post-header .post-title{font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:.8rem}.post-content{padding-bottom:3rem}.post-content h2{font-size:1.3rem;font-weight:700;margin:2.5rem 0 1rem;padding-bottom:.4rem;border-bottom:1px solid var(--border-light)}.post-content h3{font-size:1.1rem;font-weight:600;margin:2rem 0 .8rem}.post-content p{margin-bottom:1.2rem}.post-content ul,.post-content ol{margin-bottom:1.2rem;padding-left:1.5rem}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid var(--accent);padding:.8rem 1.2rem;margin:1.5rem 0;background:var(--bg-secondary);border-radius:0 6px 6px 0;color:var(--text-secondary);font-style:italic}.post-content code{font-family:jetbrains mono,monospace;font-size:.85em;background:var(--tag-bg);border:1px solid var(--tag-border);padding:.1rem .4rem;border-radius:4px;color:var(--accent)}.code-block-wrap{position:relative;margin:1.65rem 0;border:1px solid var(--border);border-radius:8px;background:0 0;box-shadow:inset 0 0 0 1px rgba(0,0,0,2%)}[data-theme=dark] .code-block-wrap{box-shadow:inset 0 0 0 1px rgba(255,255,255,4%)}.code-block-wrap .code-copy{position:absolute;top:.55rem;right:.55rem;z-index:2;font-family:inherit;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .55rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,border-color .15s ease}.code-block-wrap:hover .code-copy,.code-block-wrap:focus-within .code-copy{opacity:1}.code-block-wrap .code-copy:hover{color:var(--accent);border-color:var(--accent)}.code-block-wrap .code-copy.copied{color:var(--accent);opacity:1}.post-content pre,.about-content pre{margin:0;border-radius:0;overflow-x:auto;border:none;position:relative;background:0 0!important}.post-content pre code,.about-content pre code{display:block;padding:1.25rem;background:0 0!important;color:var(--text-primary);border:none;font-size:.82rem;line-height:1.6}.code-block-wrap pre code,.code-block-wrap .highlight pre code{padding:1.25rem 3.75rem 1.35rem 1.25rem}.post-content .highlight,.about-content .highlight{margin:1.65rem 0;border:1px solid var(--border);border-radius:8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,2%)}[data-theme=dark] .post-content .highlight,[data-theme=dark] .about-content .highlight{box-shadow:inset 0 0 0 1px rgba(255,255,255,4%)}.code-block-wrap>.highlight{margin:0!important;border:none!important;border-radius:0;box-shadow:none!important}.post-content .highlight pre,.about-content .highlight pre,.post-content .highlight code,.about-content .highlight code,.post-content .chroma,.about-content .chroma{background:0 0!important;background-color:initial!important}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;border:1px solid var(--border)}.post-content hr{border:none;height:1px;background:var(--border);margin:2rem 0}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.85rem}.post-content th,.post-content td{border:1px solid var(--border);padding:.6rem .8rem;text-align:left}.post-content th{background:var(--bg-secondary);font-weight:600}.post-footer{padding:2rem 0;border-top:1px solid var(--border);margin-top:1rem}.post-footer-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.post-footer-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-right:.5rem}.about-page{padding:3rem 0}.about-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.about-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--border);flex-shrink:0;transition:border-color .25s ease}.about-avatar:hover{border-color:var(--accent)}.about-name{font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.about-bio{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.about-content{line-height:1.8}.about-content h2{font-size:1.2rem;font-weight:700;margin:2rem 0 .8rem;padding-bottom:.3rem;border-bottom:1px solid var(--border-light)}.about-content p{margin-bottom:1rem}.about-content ul{padding-left:1.5rem;margin-bottom:1rem}.about-content li{margin-bottom:.4rem}.social-links{display:flex;gap:.8rem;margin-top:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);color:var(--text-secondary);transition:all .15s ease}.social-link:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-glow);transform:translateY(-2px)}.social-link svg{width:18px;height:18px}.tags-page{padding:3rem 0}.tags-page-title{font-size:1.4rem;font-weight:700;margin-bottom:2rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:.6rem}.tag-item{font-size:.82rem;font-weight:500;color:var(--tag-text);background:var(--tag-bg);border:1px solid var(--tag-border);padding:.35rem .8rem;border-radius:20px;text-decoration:none;transition:all .15s ease}.tag-item:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-glow);transform:translateY(-1px)}.tag-count{font-size:.72rem;color:var(--text-muted);margin-left:.3rem}.site-footer{margin-top:auto;border-top:1px solid var(--border);padding:1.5rem 0;transition:border-color .4s ease}.site-footer .container{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.75rem;color:var(--text-muted)}.footer-social{display:flex;gap:.8rem}.footer-social a{color:var(--text-muted);transition:color .15s ease,transform .15s ease}.footer-social a:hover{color:var(--accent);transform:translateY(-1px)}.footer-social svg{width:18px;height:18px}.page-content{flex:1;animation:fadeIn .4s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.error-page{text-align:center;padding:6rem 0}.error-code{font-size:5rem;font-weight:700;color:var(--border);line-height:1}.error-message{font-size:1.2rem;color:var(--text-secondary);margin:1rem 0 2rem}@media(max-width:768px){body{font-size:13px}.container{padding:0 1rem}.site-header .container{height:54px}.site-logo{font-size:.9rem}.nav-link{font-size:.72rem;padding:.3rem .4rem}.hero{padding:3rem 0 2rem}.hero-avatar{width:80px;height:80px}.hero-tagline{font-size:.95rem}.post-title{font-size:1rem}.post-header .post-title{font-size:1.3rem}.about-header{flex-direction:column;text-align:center}.about-avatar{width:100px;height:100px}}@media(max-width:480px){.site-nav{display:none;position:absolute;top:54px;left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:.5rem;box-shadow:var(--shadow-md)}.site-nav.open{display:flex}.nav-link{font-size:.8rem;padding:.5rem 0}.menu-toggle{display:flex;align-items:center}.theme-toggle{margin-left:.5rem}.site-footer .container{flex-direction:column;gap:.8rem;text-align:center}}.highlight pre{background:0 0!important;border:none!important;border-radius:0;margin:0;overflow-x:auto}.highlight code{background:0 0!important;border:none!important}.code-block-wrap .highlight{margin:0;border-radius:0;overflow:hidden;background:0 0!important}.code-block-wrap .highlight pre{margin:0;border:none!important;background:0 0!important}.code-block-wrap .chroma .lntd:first-child,.code-block-wrap .chroma .lntd{background:0 0!important}@media print{.site-header,.site-footer,.theme-toggle{display:none}body{background:#fff;color:#000}}