:root{--primary-color: #333333;--accent-color: #666666;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--bg-primary: #ffffff;--bg-secondary: #fafafa;--border-color: #eeeeee}*{box-sizing:border-box}body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);font-size:14px;line-height:1.6;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:none;margin:0;padding:0 60px}@media (max-width: 768px){.container{padding:0 20px}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin:0 0 12px 0;color:var(--text-primary)}h1{font-size:1.8rem;margin-bottom:16px}h2{font-size:1.5rem;margin-bottom:14px;margin-top:24px}h3{font-size:1.2rem;margin-bottom:12px;margin-top:20px}h4{font-size:1.1rem;margin-bottom:10px;margin-top:16px}h5{font-size:1rem;margin-bottom:8px;margin-top:14px}h6{font-size:0.9rem;margin-bottom:8px;margin-top:14px}p{margin:0 0 16px 0;color:var(--text-primary)}a{color:var(--primary-color);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent-color);text-decoration:underline}ul,ol{margin:0 0 16px 0;padding-left:24px}li{margin-bottom:4px;line-height:1.6}body>header{display:none}.post-header{display:block}.header-content{width:100%;margin:0;padding:0}header h1{font-size:2rem;font-weight:600;margin:0 0 8px 0;color:var(--text-primary)}header h1:before{content:""}header h2{font-size:1rem;font-weight:400;color:var(--text-secondary);margin:0}#main_content{margin-bottom:48px}section{margin-bottom:32px}pre{background:#f8f8f8;border:1px solid #e1e4e8;border-radius:6px;padding:16px;font-size:13px;line-height:1.45;overflow-x:auto;margin:16px 0;color:#24292e}code{font-family:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, "Courier New", monospace;font-size:85%}code:not(pre code){background:#f6f8fa;color:#e36209;padding:0.2em 0.4em;border-radius:3px;font-size:0.85em;border:1px solid #e1e4e8}pre code{background:transparent;color:inherit;padding:0;border:none;border-radius:0}.highlight{background:#f8f8f8;border-radius:6px;margin:16px 0}.highlight pre{background:transparent;border:none;margin:0;padding:16px}.highlight .c{color:#6a737d}.highlight .k{color:#d73a49}.highlight .kd{color:#d73a49}.highlight .kn{color:#d73a49}.highlight .kp{color:#d73a49}.highlight .kr{color:#d73a49}.highlight .kt{color:#d73a49}.highlight .s{color:#032f62}.highlight .s1{color:#032f62}.highlight .s2{color:#032f62}.highlight .se{color:#032f62}.highlight .si{color:#032f62}.highlight .sr{color:#032f62}.highlight .n{color:#24292e}.highlight .na{color:#6f42c1}.highlight .nc{color:#6f42c1}.highlight .nd{color:#6f42c1}.highlight .nf{color:#6f42c1}.highlight .nn{color:#6f42c1}.highlight .nt{color:#22863a}.highlight .nv{color:#e36209}.highlight .m{color:#005cc5}.highlight .mi{color:#005cc5}.highlight .mf{color:#005cc5}.highlight .o{color:#d73a49}.highlight .p{color:#24292e}.highlight .go{color:#6a737d}.highlight .language-go .k{color:#d73a49;font-weight:bold}.highlight .language-go .kt{color:#6f42c1}.highlight .language-go .nf{color:#6f42c1}.highlight .language-go .nb{color:#005cc5}.highlight .language-bash .nv{color:#e36209}.highlight .language-json .s2{color:#032f62}.highlight .language-yaml .na{color:#22863a}.highlight .lineno{color:#959da5;border-right:1px solid #e1e4e8;padding-right:8px;margin-right:8px;user-select:none}.highlight-wrapper{position:relative}.code-header{background:#f1f3f4;color:#586069;font-size:12px;padding:8px 12px;border:1px solid #e1e4e8;border-bottom:none;border-radius:6px 6px 0 0;font-family:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace}.code-header+.highlight{margin-top:0}.code-header+.highlight pre{border-radius:0 0 6px 6px}kbd{background:#fafbfc;border:1px solid #d1d5da;border-bottom-color:#c6cbd1;border-radius:3px;box-shadow:inset 0 -1px 0 #c6cbd1;color:#444d56;display:inline-block;font-family:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;font-size:11px;line-height:10px;padding:3px 5px;vertical-align:middle}blockquote{border-left:4px solid var(--primary-color);padding:16px 20px;margin:24px 0;background:var(--bg-secondary);border-radius:0 8px 8px 0;color:var(--text-secondary)}table{width:100%;border-collapse:collapse;margin:24px 0;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}th{background:var(--bg-tertiary);padding:12px 16px;text-align:left;font-weight:600;border-bottom:1px solid var(--border-color)}td{padding:12px 16px;border-bottom:1px solid var(--border-light)}tr:last-child td{border-bottom:none}hr{border:none;height:1px;background:var(--border-color);margin:32px 0}img{max-width:100%;height:auto;border-radius:8px;box-shadow:var(--shadow-sm)}.btn{display:inline-block;padding:10px 20px;background:var(--primary-color);color:white;border:none;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s ease;box-shadow:var(--shadow-sm)}.btn:hover{background:var(--accent-color);box-shadow:var(--shadow-md);transform:translateY(-1px)}@media (max-width: 768px){header h1{font-size:1.6rem}header h2{font-size:0.9rem}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}body{font-size:13px}.post-title{font-size:1.5rem}.post-content{font-size:0.85rem}}#a-title{text-decoration:none}#downloads{margin-top:16px}#downloads .btn{margin-right:8px;margin-bottom:8px}.content-wrapper{width:100%;margin:0}#main_content{width:100%;margin:0;margin-bottom:48px}.content-wrapper>h1:first-child,.content-wrapper h1:first-child{margin-top:24px;margin-bottom:32px}.content-wrapper>.recent-posts:first-child{margin-top:0}.recent-posts,.category-list{margin:32px 0}.recent-posts h3,.category-list h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:16px}.recent-posts ul,.category-list ul{list-style:none;padding:0}.recent-posts li,.category-list li{margin-bottom:12px;padding:8px 0;border-bottom:1px solid var(--border-color)}.recent-posts li:last-child,.category-list li:last-child{border-bottom:none}.recent-posts a,.category-list a{color:var(--text-primary);font-size:0.9rem;display:flex;justify-content:space-between;align-items:center;text-decoration:none}.recent-posts a:hover,.category-list a:hover{color:var(--accent-color)}.post-date,.post-count{color:var(--text-muted);font-size:0.8rem;font-weight:400}.category-section{margin:32px 0;padding:0 0 24px 0;border-bottom:1px solid var(--border-color)}.category-section:last-child{border-bottom:none}.category-section h2{margin-top:0;margin-bottom:16px;color:var(--text-primary);font-size:1.2rem;font-weight:600}.category-posts{list-style:none;padding:0}.category-posts li{margin-bottom:8px;padding:6px 0}.category-posts a{color:var(--text-primary);font-size:0.9rem;display:flex;justify-content:space-between;align-items:center;text-decoration:none}.category-posts a:hover{color:var(--accent-color)}.badge{color:var(--text-muted);font-size:0.8rem;font-weight:400}.repo-intro{color:var(--text-secondary);font-style:italic;font-size:0.85rem;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.breadcrumb{margin-top:20px;margin-bottom:8px}.breadcrumb a{color:var(--text-muted);font-size:0.8rem;text-decoration:none}.breadcrumb a:hover{color:var(--accent-color);text-decoration:underline}.post-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.post-title{font-size:1.8rem;font-weight:600;margin-bottom:12px;color:var(--text-primary);line-height:1.3}.post-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--text-secondary);font-size:0.8rem}.post-date,.post-author{display:flex;align-items:center}.post-categories{display:flex;gap:8px}.category-tag{background:var(--bg-secondary);color:var(--text-secondary);padding:2px 6px;border-radius:4px;font-size:0.75rem;font-weight:400}.post-content{font-size:0.9rem;line-height:1.7;color:var(--text-primary)}.post-content p{margin-bottom:16px}.post-content h2,.post-content h3,.post-content h4{margin-top:32px;margin-bottom:12px}.post-content strong{font-weight:600;color:var(--text-primary)}.post-footer{margin-top:40px;padding-top:24px;border-top:1px solid var(--border-light)}.post-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--text-secondary)}.tag{background:var(--bg-tertiary);color:var(--text-secondary);padding:4px 8px;border-radius:8px;font-size:0.875rem;border:1px solid var(--border-light)}@media (max-width: 768px){.post-title{font-size:2rem}.post-content{font-size:1rem}.post-meta{flex-direction:column;align-items:flex-start;gap:8px}}
