.vscode-container{display:flex;min-height:100vh;padding-top:5px;background:var(--vscode-bg);color:var(--vscode-text)}.sidebar-explorer{width:260px;background:var(--vscode-sidebar);border-right:1px solid var(--vscode-border);padding:10px 0;position:sticky;top:48px;height:calc(100vh - 64px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--vscode-border) transparent;flex-shrink:0}.sidebar-toc{width:300px;background:var(--vscode-sidebar);border-left:1px solid var(--vscode-border);padding:10px 0;position:sticky;top:48px;height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;flex-shrink:0}.sidebar-toc .explorer-section{display:flex;flex-direction:column;height:100%;margin:0}.sidebar-toc .section-content{flex:1;max-height:90%;overflow-y:auto}.code-pre-wrapper::-webkit-scrollbar,.hljs::-webkit-scrollbar,.sidebar-explorer::-webkit-scrollbar,.sidebar-toc .section-content::-webkit-scrollbar{width:6px;height:6px}.code-pre-wrapper::-webkit-scrollbar-track,.hljs::-webkit-scrollbar-track,.sidebar-explorer::-webkit-scrollbar-track,.sidebar-toc .section-content::-webkit-scrollbar-track{background:0 0}.code-pre-wrapper::-webkit-scrollbar-thumb,.hljs::-webkit-scrollbar-thumb,.sidebar-explorer::-webkit-scrollbar-thumb,.sidebar-toc .section-content::-webkit-scrollbar-thumb{background:var(--vscode-border);border-radius:3px}.explorer-header{padding:0 20px;font-size:11px;font-weight:700;text-transform:uppercase;color:#858585}.explorer-section{margin:10px 0}.section-header{padding:3px 20px;display:flex;align-items:center;gap:5px;font-size:11px;color:#858585}.section-header:hover{background:var(--vscode-active)}.section-content{padding:5px 12px}.file,.folder,.tag-item{padding:3px 8px;display:flex;align-items:center;gap:5px;font-size:13px;cursor:pointer}.file:hover,.folder:hover,.tag-item:hover{background:var(--vscode-active)}.folder i{color:#dcb67a}.file i{color:#519aba}.count{color:grey;font-size:12px;margin-left:4px}.editor-content{flex:1;background:var(--vscode-bg);min-width:0}.tab-bar{height:35px;background:var(--vscode-sidebar);border-bottom:1px solid var(--vscode-border);display:flex;align-items:center;padding:0 8px}.tab{height:100%;padding:0 15px;display:flex;align-items:center;gap:5px;background:var(--vscode-bg);border-right:1px solid var(--vscode-border);font-size:13px;color:var(--vscode-text)}.tab.active{background:var(--vscode-bg);border-top:1px solid var(--vscode-accent)}.tab i{color:#519aba}.content-area{padding:20px;overflow-y:auto;max-width:100%}.post-card{margin-bottom:20px;padding:15px;border:1px solid var(--vscode-border);border-radius:4px;transition:transform .2s ease}.post-card:hover{transform:translateY(-2px)}.post-header{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:10px}.post-header i{color:#519aba}.post-title a{color:var(--vscode-accent);text-decoration:none;font-size:18px;font-weight:500;transition:all .3s ease}.post-title a:hover{color:var(--vscode-accent-light);transform:translateY(-1px);text-shadow:0 2px 8px rgba(55,148,255,.2)}.post-meta{font-size:12px;color:#858585;display:flex;gap:15px;margin-bottom:10px}.post-meta i{margin-right:4px}.post-excerpt{font-size:14px;line-height:1.6;margin-bottom:15px;color:var(--vscode-text)}.post-footer{display:flex;justify-content:flex-end}.read-more{display:inline-flex;align-items:center;gap:5px;color:#569cd6;text-decoration:none;padding:6px 12px;background:var(--vscode-active);border-radius:4px;font-size:13px;transition:background .2s ease}.read-more:hover{background:var(--vscode-highlight)}.pagination-container{margin-top:30px;display:flex;justify-content:space-between;align-items:center;background:var(--vscode-sidebar);border:1px solid var(--vscode-active);border-radius:4px;padding:12px}.pagination-info{color:grey;font-size:13px;margin-bottom:8px}.pagination{display:flex;gap:5px;justify-content:center}.pagination a{padding:5px 10px;border:1px solid var(--vscode-border);color:var(--vscode-text);text-decoration:none}.pagination a:hover{background:var(--vscode-active)}.extend,.page-number{padding:4px 8px;background:var(--vscode-active);border-radius:3px;color:var(--vscode-text);text-decoration:none;font-size:13px}.extend:hover,.page-number:hover{background:var(--vscode-highlight)}.page-number.current{background:var(--vscode-accent)}.tag-item i{color:#c2975b;font-size:12px}.tag-item a{color:var(--vscode-text);text-decoration:none;flex:1}.tag-item:hover a{color:var(--vscode-accent)}.tag-item .count{font-size:11px;color:grey;margin-left:auto}.section-header i{transition:transform .2s ease}.section-header.collapsed i{transform:rotate(-90deg)}.section-content{overflow-y:hidden;overflow-x:hidden;transition:max-height .3s ease;scrollbar-width:thin;scrollbar-color:var(--vscode-border) transparent}.section-content.collapsed{max-height:0}pre{position:relative;padding:1em;margin:1em 0;background:var(--vscode-bg);border-radius:4px;overflow-x:auto;width:100%;box-sizing:border-box}.copy-button{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--vscode-active);border:1px solid var(--vscode-border);border-radius:4px;color:var(--vscode-text);cursor:pointer;opacity:0;transition:all .2s ease;z-index:100;outline:0;-webkit-tap-highlight-color:transparent;user-select:none}.copy-button:focus{outline:0;box-shadow:none}pre:hover .copy-button{opacity:1}.copy-button:hover{background:var(--vscode-border)}.copy-button.copied{background:var(--vscode-accent);border-color:var(--vscode-accent)}.copy-button::before{content:"复制代码";position:absolute;top:-2em;right:0;background:var(--vscode-sidebar);color:var(--vscode-text);padding:.3em .6em;border-radius:4px;font-size:.75em;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none}.copy-button:hover::before{opacity:1}pre:not(:has(code)) .copy-button{display:none}.copy-button,pre,pre code{outline:0!important;box-shadow:none!important}.hljs{width:100%;max-width:100%;tab-size:4;-moz-tab-size:4;white-space:pre!important;word-break:keep-all!important;word-wrap:normal!important;overflow-x:auto;padding:.5em;min-width:100%;font-size:14px;line-height:1.5}@media (max-width:768px){pre{margin:1em 0;border-radius:4px;padding:1em .5em;width:100%;box-sizing:border-box}.hljs{padding:.3em;font-size:13px;white-space:pre-wrap;word-break:break-word}.copy-button{opacity:1;top:5px;right:5px;width:24px;height:24px;font-size:12px}.hljs,pre{-webkit-overflow-scrolling:touch;scrollbar-width:thin}pre::-webkit-scrollbar{height:4px}pre::-webkit-scrollbar-thumb{background:var(--vscode-border);border-radius:2px}a{word-break:break-word;overflow-wrap:break-word;max-width:100%;display:inline-block}.footer{position:relative;height:auto}.status-bar{display:flex;flex-wrap:wrap;justify-content:center;padding:8px 5px}.status-item{margin:5px;text-align:center}.status-item.github{margin-left:5px}}@media screen and (max-width:480px){.hljs{font-size:12px;line-height:1.4}pre{padding:1em .5em}code{font-size:12px}}@media screen and (max-height:480px) and (orientation:landscape){pre{max-height:80vh;overflow-y:auto}}.post-content .post-header{display:block;font-size:15px;margin-bottom:14px;padding:10px 12px 12px;background:var(--vscode-sidebar);border-left:3px solid var(--vscode-accent,#569cd6);border-radius:0 3px 3px 0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.post-content .post-header h1{margin:0 0 4px 0;font-size:18px;font-weight:600;color:var(--vscode-text);line-height:1.2}.post-content .post-meta{font-size:11px;color:#858585;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding-top:6px;border-top:1px dashed rgba(71,71,71,.3)}.post-content .post-meta>span{display:flex;align-items:center}.post-content .post-meta i{margin-right:3px;color:#569cd6;opacity:.8;font-size:11px}.post-content .categories-list,.post-content .tags-list{display:inline-flex;flex-wrap:wrap;gap:4px;margin:0}.post-content .category-item-post,.post-content .tag-item-post{background:rgba(71,71,71,.2);padding:1px 5px;border-radius:2px;font-size:10px;transition:background .2s;line-height:1.4}.post-content .category-item-post:hover,.post-content .tag-item-post:hover{background:rgba(86,156,214,.2)}.post-content .category-item-post a,.post-content .tag-item-post a{color:#d4d4d4;text-decoration:none}.post-header{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:10px}.post-header i{color:#519aba}.post-title a{color:var(--vscode-accent);text-decoration:none;font-size:18px;font-weight:500;transition:all .3s ease}.post-title a:hover{color:var(--vscode-accent-light);transform:translateY(-1px);text-shadow:0 2px 8px rgba(55,148,255,.2)}.post-meta{font-size:12px;color:#858585;display:flex;gap:15px;margin-bottom:10px}.post-meta i{margin-right:4px}.post-excerpt{font-size:14px;line-height:1.6;margin-bottom:15px;color:var(--vscode-text)}.post-footer{display:flex;justify-content:flex-end}.read-more{display:inline-flex;align-items:center;gap:5px;color:#569cd6;text-decoration:none;padding:6px 12px;background:var(--vscode-active);border-radius:4px;font-size:13px;transition:background .2s ease}.read-more:hover{background:var(--vscode-highlight)}.pagination-container{margin-top:30px;display:flex;justify-content:space-between;align-items:center;background:var(--vscode-sidebar);border:1px solid var(--vscode-active);border-radius:4px;padding:12px}.pagination-info{color:grey;font-size:13px;margin-bottom:8px}.pagination{display:flex;gap:5px;justify-content:center}.pagination a{padding:5px 10px;border:1px solid var(--vscode-border);color:var(--vscode-text);text-decoration:none}.pagination a:hover{background:var(--vscode-active)}.extend,.page-number{padding:4px 8px;background:var(--vscode-active);border-radius:3px;color:var(--vscode-text);text-decoration:none;font-size:13px}.extend:hover,.page-number:hover{background:var(--vscode-highlight)}.page-number.current{background:var(--vscode-accent)}.tag-item i{color:#c2975b;font-size:12px}.tag-item a{color:var(--vscode-text);text-decoration:none;flex:1}.tag-item:hover a{color:var(--vscode-accent)}.tag-item .count{font-size:11px;color:grey;margin-left:auto}.section-header i{transition:transform .2s ease}.section-header.collapsed i{transform:rotate(-90deg)}.section-content{overflow-y:hidden;overflow-x:hidden;transition:max-height .3s ease;scrollbar-width:thin;scrollbar-color:var(--vscode-border) transparent}.section-content.collapsed{max-height:0}pre{position:relative;padding:1em;margin:1em 0;background:var(--vscode-bg);border-radius:4px;overflow-x:auto;width:100%;box-sizing:border-box}.copy-button{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--vscode-active);border:1px solid var(--vscode-border);border-radius:4px;color:var(--vscode-text);cursor:pointer;opacity:0;transition:all .2s ease;z-index:100;outline:0;-webkit-tap-highlight-color:transparent;user-select:none}.copy-button:focus{outline:0;box-shadow:none}pre:hover .copy-button{opacity:1}.copy-button:hover{background:var(--vscode-border)}.copy-button.copied{background:var(--vscode-accent);border-color:var(--vscode-accent)}.copy-button::before{content:"复制代码";position:absolute;top:-2em;right:0;background:var(--vscode-sidebar);color:var(--vscode-text);padding:.3em .6em;border-radius:4px;font-size:.75em;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none}.copy-button:hover::before{opacity:1}pre:not(:has(code)) .copy-button{display:none}.copy-button,pre,pre code{outline:0!important;box-shadow:none!important}.hljs{width:100%;max-width:100%;tab-size:4;-moz-tab-size:4;white-space:pre!important;word-break:keep-all!important;word-wrap:normal!important;overflow-x:auto;padding:.5em;min-width:100%;font-size:14px;line-height:1.5}@media (max-width:768px){pre{margin:1em 0;border-radius:4px;padding:1em .5em;width:100%;box-sizing:border-box}.hljs{padding:.3em;font-size:13px;white-space:pre-wrap;word-break:break-word}.copy-button{opacity:1;top:5px;right:5px;width:24px;height:24px;font-size:12px}.hljs,pre{-webkit-overflow-scrolling:touch;scrollbar-width:thin}pre::-webkit-scrollbar{height:4px}pre::-webkit-scrollbar-thumb{background:var(--vscode-border);border-radius:2px}a{word-break:break-word;overflow-wrap:break-word;max-width:100%;display:inline-block}.footer{position:relative;height:auto}.status-bar{display:flex;flex-wrap:wrap;justify-content:center;padding:8px 5px}.status-item{margin:5px;text-align:center}.status-item.github{margin-left:5px}}@media screen and (max-width:480px){.hljs{font-size:12px;line-height:1.4}pre{padding:1em .5em}code{font-size:12px}}@media screen and (max-height:480px) and (orientation:landscape){pre{max-height:80vh;overflow-y:auto}}