*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}:root{--bg-page:#f8f9fc;--bg-white:#ffffff;--border:#e8ecf0;--text-heading:#0f172a;--text-body:#374151;--text-nav:#64748b;--text-meta:#94a3b8;--code-bg:#1e293b;--theme-main:rgb(52,168,83);--theme-text:rgb(52,168,83);--theme-bg:#e8f5ec;}[data-theme="blog"]{--theme-main:rgb(52,168,83);--theme-text:rgb(52,168,83);--theme-bg:#e8f5ec;}[data-theme="daily"]{--theme-main:rgb(251,188,5);--theme-text:#c8940a;--theme-bg:#fef9e7;}[data-theme="book"]{--theme-main:rgb(66,133,244);--theme-text:rgb(66,133,244);--theme-bg:#e8f0fe;}[data-theme="tags"]{--theme-main:rgb(234,67,53);--theme-text:rgb(234,67,53);--theme-bg:#fde8e8;}body{font-family:'Maple Mono',system-ui,-apple-system,'PingFang SC','Hiragino Sans GB',sans-serif;background:var(--bg-page);color:var(--text-body);line-height:1.7;}html.fonts-loading body{visibility:hidden;}a{text-decoration:none;color:inherit;}.site-wrap{display:flex;flex-direction:column;min-height:100vh;}.site-header{background:var(--bg-white);border-bottom:1px solid rgba(0,0,0,0.08);box-shadow:0 2px 16px rgba(0,0,0,0.07),0 6px 28px rgba(0,0,0,0.05);position:sticky;top:0;z-index:100;}.header-inner{max-width:1100px;margin:0 auto;height:54px;padding:0 28px;display:flex;align-items:center;}.header-logo{display:flex;align-items:center;gap:8px;flex-shrink:0;}.logo-gif{width:36px;height:36px;border-radius:4px;flex-shrink:0;}.logo-name{font-size:14px;font-weight:700;color:#1e293b;}.header-nav{margin-left:auto;display:flex;align-items:center;gap:4px;}.nav-cat{font-size:13px;color:var(--text-nav);padding:5px 12px 10px;border-radius:5px;position:relative;transition:color 0.15s;}.nav-cat:hover{color:var(--text-heading);}.nav-cat.active{color:var(--cat-color);font-weight:600;}.nav-cat .brush-line{position:absolute;bottom:1px;left:10px;right:10px;height:9px;overflow:visible;opacity:0;transform:scaleX(0.1);transform-origin:18% center;pointer-events:none;transition:transform 0.5s cubic-bezier(0.15,1.5,0.3,1),opacity 0.25s ease;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 18%,black 82%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 18%,black 82%,transparent 100%);}.nav-cat .brush-line path{stroke:var(--cat-color);stroke-width:1.8;fill:none;stroke-linecap:round;}.nav-cat:hover .brush-line,.nav-cat.active .brush-line{opacity:1;transform:scaleX(1);}.header-github{display:flex;align-items:center;margin-left:4px;flex-shrink:0;}.header-github img{width:28px;height:28px;opacity:0.55;transition:opacity 0.15s;}.header-github:hover img{opacity:1;}.header-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-left:8px;flex-shrink:0;background:var(--theme-bg);color:var(--theme-text);border:2px solid var(--border);}.layout-body{flex:1;padding:0 20px;}.col-center{max-width:680px;margin:0 auto;padding:28px 0;}.center-hd{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--theme-main);}.center-hd-dot{width:12px;height:12px;border-radius:50%;background:var(--theme-main);flex-shrink:0;}.center-title{font-size:17px;font-weight:700;color:var(--text-heading);flex:1;}.center-count{font-size:12px;color:var(--text-meta);}.post-card{display:block;background:var(--bg-white);border-radius:8px;padding:12px 14px;margin-bottom:8px;border:1px solid var(--border);border-left:3px solid var(--theme-main);transition:box-shadow 0.15s,transform 0.12s;color:inherit;}.post-card:hover{box-shadow:0 3px 12px rgba(0,0,0,0.07);transform:translateY(-1px);}.post-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:5px;}.post-title{font-size:14px;font-weight:600;color:var(--theme-text);line-height:1.4;}.post-date{font-size:11px;color:var(--text-meta);flex-shrink:0;padding-top:1px;}.post-card-bot{display:flex;justify-content:space-between;align-items:flex-end;gap:8px;}.post-desc{font-size:12px;color:var(--text-meta);line-height:1.5;flex:1;min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}.post-tags{display:flex;flex-wrap:wrap;gap:3px;flex-shrink:0;}.tag-pill{display:inline-block;font-size:10px;border-radius:3px;padding:1px 6px;font-weight:500;}.no-posts{color:var(--text-meta);font-size:13px;padding:24px 0;}.home-hero{max-width:680px;margin:40px auto 36px;display:flex;flex-direction:column;align-items:center;text-align:center;}.home-hero-img{width:500px;max-width:100%;aspect-ratio:4 / 3;margin-bottom:16px;border-radius:10px;overflow:hidden;border:2px solid var(--border);background:var(--bg-white);box-shadow:0 2px 10px rgba(15,23,42,0.06);}.home-hero-img img{display:block;width:100%;height:100%;object-fit:cover;}.home-hero-avatar{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#e8f5ec,#e8f0fe);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:rgb(52,168,83);margin-bottom:16px;border:3px solid var(--border);}.home-hero-name{font-size:22px;font-weight:700;color:var(--text-heading);margin-bottom:8px;}.home-hero-bio{max-width:520px;margin-bottom:24px;}.home-hero-tagline{font-size:15px;font-weight:600;color:var(--text-heading);line-height:1.5;margin-bottom:6px;}.home-hero-desc{font-size:14px;color:var(--text-meta);line-height:1.6;}.home-hero-stats{display:flex;gap:36px;}.home-stat{display:flex;flex-direction:column;align-items:center;gap:3px;}.home-stat-num{font-size:24px;font-weight:700;line-height:1;}.home-stat-label{font-size:11px;font-weight:500;}.home-stat--blog .home-stat-num{color:rgb(52,168,83);}.home-stat--blog .home-stat-label{color:rgb(52,168,83);}.home-stat--daily .home-stat-num{color:#c8940a;}.home-stat--daily .home-stat-label{color:rgb(251,188,5);}.home-stat--book .home-stat-num{color:rgb(66,133,244);}.home-stat--book .home-stat-label{color:rgb(66,133,244);}.home-sections{max-width:680px;margin:0 auto;padding:0 0 40px;}.home-section-block{margin-bottom:32px;}.home-section-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}.home-section-hd-left{display:flex;align-items:center;gap:7px;}.home-section-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;}.home-section-title{font-size:15px;font-weight:700;color:var(--text-heading);transition:color 0.12s;}.home-section-title:hover{color:var(--theme-text);}.home-section-more{font-size:12px;color:var(--text-meta);transition:color 0.12s;}.home-section-more:hover{color:var(--text-body);}.layout-body--article{flex:1;display:flex;justify-content:center;padding:0 20px;}.col-center--article{max-width:680px;width:100%;padding:28px 0;flex:1;min-width:0;}.col-toc{width:176px;flex-shrink:0;position:sticky;top:74px;max-height:calc(100vh - 94px);overflow-y:auto;padding:28px 0 0 20px;align-self:flex-start;}.toc-nav{display:flex;flex-direction:column;}.toc-item{display:block;font-size:12px;color:var(--text-meta);padding:4px 8px;border-left:2px solid transparent;border-radius:0 4px 4px 0;line-height:1.4;transition:color 0.1s,border-color 0.1s,background 0.1s;}.toc-item:hover{color:var(--text-body);}.toc-item.active{color:var(--theme-text);border-left-color:var(--theme-main);background:var(--theme-bg);font-weight:500;}.toc-item.h3{font-size:11px;padding-left:18px;}.post-header{margin-bottom:24px;}.post-header h1{font-size:21px;font-weight:700;color:var(--text-heading);line-height:1.4;margin-bottom:10px;}.post-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.post-header-tags{display:flex;gap:4px;flex-wrap:wrap;}.post-back{margin-top:32px;}.post-back a{font-size:13px;color:var(--text-meta);}.post-back a:hover{color:var(--theme-text);}.post-content{line-height:1.8;font-size:15px;color:var(--text-body);}.post-content h1,.post-content h2,.post-content h3{margin-top:1.6em;margin-bottom:0.5em;color:var(--text-heading);}.post-content h2{font-size:17px;border-bottom:2px solid var(--theme-main);padding-bottom:6px;}.post-content h3{font-size:15px;}.post-content p{margin:0.75em 0;}.post-content ul,.post-content ol{padding-left:1.5em;margin:0.75em 0;}.post-content li{margin:0.25em 0;}.post-content blockquote{border-left:3px solid var(--theme-main);padding:4px 16px;color:var(--text-meta);background:var(--theme-bg);border-radius:0 4px 4px 0;margin:1em 0;}.post-content pre{background:var(--code-bg);color:#f9fafb;padding:16px;border-radius:8px;overflow-x:auto;font-size:13px;line-height:1.6;margin:1em 0;font-family:var(--font-maple-mono,monospace);}.post-content code{background:#f1f5f9;border-radius:3px;padding:1px 5px;font-size:0.88em;font-family:var(--font-maple-mono,monospace);}.post-content pre code{background:none;padding:0;font-size:inherit;}.post-content table{border-collapse:collapse;width:100%;margin:1em 0;font-size:14px;}.post-content th,.post-content td{border:1px solid var(--border);padding:8px 12px;text-align:left;}.post-content th{background:#f9fafb;font-weight:600;}.post-content img{max-width:100%;border-radius:6px;margin:0.5em 0;}.post-content a{color:var(--theme-text);}.post-content a:hover{text-decoration:underline;}.post-content hr{border:none;border-top:1px solid var(--border);margin:1.5em 0;}.post-content .demo-embed{margin:1.25em auto 0.5em;max-width:640px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#faf8f2;}.post-content .demo-embed iframe{display:block;width:100%;height:480px;border:none;overflow:hidden;vertical-align:top;}.post-content .demo-embed-caption{margin:0 0 1em;font-size:13px;color:var(--text-meta);text-align:center;}.post-content .demo-embed-caption a{margin-left:0.35em;}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:24px 0 8px;}.pg-btn,.pg-num{font-size:13px;padding:4px 10px;border-radius:5px;border:1px solid var(--border);color:var(--text-meta);background:var(--bg-white);transition:color 0.12s,border-color 0.12s;}.pg-btn:hover,.pg-num:hover{color:var(--theme-text);border-color:var(--theme-main);}.pg-num--active{color:#fff;background:var(--theme-main);border-color:var(--theme-main);font-weight:600;}.pg-btn--disabled{color:#d1d5db;border-color:#f3f4f6;background:#fafafa;cursor:default;}.wordcloud-wrap{background:var(--bg-white);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;justify-content:center;align-items:center;overflow:hidden;}.wordcloud-wrap svg{max-width:100%;height:auto;}.wordcloud-wrap svg text{cursor:pointer;transition:opacity .15s;font-family:'Maple Mono',system-ui,-apple-system,'PingFang SC','Hiragino Sans GB',sans-serif;}.wordcloud-wrap svg text:hover{opacity:0.55;}.page-tip{font-size:11px;color:#cbd5e1;text-align:center;margin-top:10px;}.site-footer{background:var(--bg-white);border-top:1px solid var(--border);}.site-footer-inner{max-width:1100px;margin:0 auto;padding:20px 28px;display:flex;gap:48px;align-items:flex-start;}.footer-section-title{font-size:13px;font-weight:600;color:var(--text-heading);margin-bottom:8px;}.footer-links{list-style:none;display:flex;flex-direction:column;gap:5px;}.footer-links li{font-size:12px;color:var(--text-meta);}.footer-links a{color:var(--text-meta);transition:color 0.12s;}.footer-links a:hover{color:var(--text-body);}@media (max-width:768px){.header-inner{padding:0 16px;}.layout-body{padding:0 16px;}.layout-body--article{padding:0 16px;flex-direction:column;}.col-toc{display:none;}.site-footer-inner{padding:16px;gap:24px;}}@media (max-width:480px){.logo-name{display:none;}.header-github{display:none;}.nav-cat{font-size:12px;padding:4px 6px 8px;}.header-avatar{display:none;}.site-footer-inner{flex-direction:column;}}