.project-nav[data-v-1e1f2944]{display:flex;gap:1.5rem;align-items:center}.project-item[data-v-1e1f2944]{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s;color:#2c3e50;font-weight:500;font-size:.95rem}.project-item[data-v-1e1f2944]:hover{background:rgba(62,175,124,.1);color:#3eaf7c}.project-name[data-v-1e1f2944]{white-space:nowrap}.project-arrow[data-v-1e1f2944]{transition:transform .3s;opacity:.7}.project-arrow.active[data-v-1e1f2944]{transform:rotate(180deg)}.project-docs-dropdown[data-v-1e1f2944]{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;border:1px solid #eaecef;z-index:1000;margin-top:.5rem;animation:fadeInDown-1e1f2944 .2s ease}@keyframes fadeInDown-1e1f2944{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.docs-list[data-v-1e1f2944]{max-height:400px;overflow-y:auto;padding:.5rem 0}.doc-item[data-v-1e1f2944]{padding:.875rem 1.25rem;cursor:pointer;transition:all .2s;border-bottom:1px solid #f1f3f4}.doc-item[data-v-1e1f2944]:last-child{border-bottom:none}.doc-item[data-v-1e1f2944]:hover{background:#f8f9fa;padding-left:1.5rem}.doc-title[data-v-1e1f2944]{font-size:.9rem;font-weight:500;color:#2c3e50;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.doc-item:hover .doc-title[data-v-1e1f2944]{color:#3eaf7c}.no-docs[data-v-1e1f2944]{padding:1.5rem 1rem;text-align:center;color:#999;font-size:.85rem}.docs-list[data-v-1e1f2944]::-webkit-scrollbar{width:4px}.docs-list[data-v-1e1f2944]::-webkit-scrollbar-track{background:#f1f1f1}.docs-list[data-v-1e1f2944]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.docs-list[data-v-1e1f2944]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.project-nav[data-v-1e1f2944]{display:none}}.header[data-v-dbd4dde1]{background:#fff;border-bottom:1px solid #eaecef;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.header-container[data-v-dbd4dde1]{margin:0 auto;padding:0 1rem;display:flex;align-items:center;height:70px;width:100%;box-sizing:border-box;gap:2rem}.header-left[data-v-dbd4dde1]{flex-shrink:0;min-width:fit-content}.logo[data-v-dbd4dde1]{flex-shrink:0}.logo-link[data-v-dbd4dde1]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#2c3e50;transition:all .3s}.logo-link[data-v-dbd4dde1]:hover{color:#3eaf7c;transform:translateY(-1px)}.logo-image[data-v-dbd4dde1]{width:40px;height:40px;object-fit:contain;border-radius:8px}.logo-icon[data-v-dbd4dde1]{font-size:2rem;line-height:1}.logo-text[data-v-dbd4dde1]{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-right[data-v-dbd4dde1]{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:2rem}.nav[data-v-dbd4dde1]{display:flex;gap:1.5rem;align-items:center}.nav-link[data-v-dbd4dde1]{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:#2c3e50;font-weight:500;font-size:.95rem;padding:.5rem .75rem;position:relative;transition:all .3s;white-space:nowrap;border-radius:8px}.nav-icon[data-v-dbd4dde1]{flex-shrink:0;opacity:.7;transition:all .3s}.nav-link[data-v-dbd4dde1]:hover{color:#3eaf7c;background:rgba(62,175,124,.08)}.nav-link:hover .nav-icon[data-v-dbd4dde1]{opacity:1;transform:translateY(-1px)}.nav-link.router-link-active[data-v-dbd4dde1]{color:#3eaf7c;background:rgba(62,175,124,.1)}.nav-link.router-link-active .nav-icon[data-v-dbd4dde1]{opacity:1}.search-container[data-v-dbd4dde1]{flex-shrink:0;margin-right:1rem;position:relative}.search-box[data-v-dbd4dde1]{position:relative;display:flex;align-items:center}.search-icon[data-v-dbd4dde1]{position:absolute;left:1rem;color:#999;pointer-events:none;z-index:1}.search-input[data-v-dbd4dde1]{width:240px;height:40px;padding:0 1rem 0 2.75rem;border:1px solid #e1e5e9;border-radius:20px;background:#f8f9fa;font-size:.9rem;transition:all .3s;outline:none}.search-input[data-v-dbd4dde1]:focus{border-color:#3eaf7c;background:#fff;box-shadow:0 0 0 3px #3eaf7c1a;width:280px}.search-input:focus+.search-icon[data-v-dbd4dde1]{color:#3eaf7c}.search-input[data-v-dbd4dde1]::placeholder{color:#999}.search-results[data-v-dbd4dde1]{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow-y:auto;z-index:9999;animation:slideDown-dbd4dde1 .2s ease}@keyframes slideDown-dbd4dde1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-result-item[data-v-dbd4dde1]{padding:1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s}.search-result-item[data-v-dbd4dde1]:last-child{border-bottom:none}.search-result-item[data-v-dbd4dde1]:hover{background:#f8f9fa}.result-title[data-v-dbd4dde1]{font-size:.95rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-title[data-v-dbd4dde1] .highlight{color:#e74c3c;font-weight:700;background:rgba(231,76,60,.1);padding:0 2px;border-radius:2px}.result-summary[data-v-dbd4dde1]{font-size:.85rem;color:#666;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.result-summary[data-v-dbd4dde1] .highlight{color:#e74c3c;font-weight:700;background:rgba(231,76,60,.1);padding:0 2px;border-radius:2px}.result-meta[data-v-dbd4dde1]{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#999}.result-category[data-v-dbd4dde1]{color:#3eaf7c;font-weight:500}.result-date[data-v-dbd4dde1]{color:#999}.search-loading[data-v-dbd4dde1],.search-empty[data-v-dbd4dde1]{padding:1.5rem;text-align:center;color:#999;font-size:.9rem}.search-loading[data-v-dbd4dde1]{color:#3eaf7c}.mobile-menu-btn[data-v-dbd4dde1]{display:none;background:none;border:none;color:#2c3e50;cursor:pointer;padding:8px;border-radius:6px;transition:all .3s}.mobile-menu-btn[data-v-dbd4dde1]:hover{color:#3eaf7c;background:rgba(62,175,124,.1)}.mobile-nav[data-v-dbd4dde1]{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #eaecef;box-shadow:0 4px 12px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav.active[data-v-dbd4dde1]{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-content[data-v-dbd4dde1]{padding:1rem 0;display:flex;flex-direction:column}.mobile-nav-link[data-v-dbd4dde1]{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;color:#2c3e50;text-decoration:none;font-weight:500;transition:all .3s;border-left:3px solid transparent}.mobile-nav-link[data-v-dbd4dde1]:hover,.mobile-nav-link.router-link-active[data-v-dbd4dde1]{color:#3eaf7c;background:rgba(62,175,124,.05);border-left-color:#3eaf7c}@media (max-width: 1024px){.header-container[data-v-dbd4dde1]{max-width:100%;padding:0 1.5rem}.nav[data-v-dbd4dde1]{gap:1rem}.search-input[data-v-dbd4dde1]{width:200px}.search-input[data-v-dbd4dde1]:focus{width:220px}.search-results[data-v-dbd4dde1]{width:320px}}@media (max-width: 768px){.header-container[data-v-dbd4dde1]{padding:0 1rem;height:60px}.header-right[data-v-dbd4dde1]{gap:1rem}.search-container[data-v-dbd4dde1]{margin-right:.5rem}.nav[data-v-dbd4dde1]{display:none}.mobile-menu-btn[data-v-dbd4dde1]{display:flex}.search-input[data-v-dbd4dde1]{width:160px}.search-input[data-v-dbd4dde1]:focus{width:180px}.search-results[data-v-dbd4dde1]{width:280px;max-height:300px}.result-title[data-v-dbd4dde1]{font-size:.9rem}.result-summary[data-v-dbd4dde1]{font-size:.8rem}.logo-text[data-v-dbd4dde1]{font-size:1.25rem}.logo-icon[data-v-dbd4dde1]{font-size:1.5rem}.logo-image[data-v-dbd4dde1]{width:32px;height:32px}}@media (max-width: 480px){.search-container[data-v-dbd4dde1]{flex:1;margin-right:.5rem}.search-input[data-v-dbd4dde1]{width:100%}.search-input[data-v-dbd4dde1]:focus{width:100%}.search-results[data-v-dbd4dde1]{width:calc(100vw - 2rem);left:50%;transform:translate(-50%)}.header-container[data-v-dbd4dde1]{justify-content:space-between}.mobile-menu-btn[data-v-dbd4dde1]{display:flex}.logo-text[data-v-dbd4dde1]{font-size:1.1rem}}.footer[data-v-845fc86c]{background:#f8f9fa;border-top:1px solid #eaecef}.footer-container[data-v-845fc86c]{max-width:1400px;margin:0 auto;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-info[data-v-845fc86c]{display:flex;flex-direction:column;gap:.5rem}.footer-text[data-v-845fc86c]{color:#666;font-size:.9rem}.footer-icp[data-v-845fc86c]{color:#999;font-size:.85rem}.icp-link[data-v-845fc86c]{color:#999;text-decoration:none;transition:color .3s}.icp-link[data-v-845fc86c]:hover{color:#3eaf7c}.footer-links[data-v-845fc86c]{display:flex;gap:1rem}.footer-link[data-v-845fc86c]{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-link[data-v-845fc86c]:hover{color:#3eaf7c}@media (max-width: 768px){.footer-container[data-v-845fc86c]{flex-direction:column;gap:1rem;text-align:center}.footer-info[data-v-845fc86c]{align-items:center}}.back-to-top[data-v-96982323]{position:fixed;right:2rem;bottom:2rem;width:48px;height:48px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .3s;z-index:1000}.back-to-top[data-v-96982323]:hover{background:#5568d3;transform:translateY(-4px);box-shadow:0 6px 16px #667eea80}.back-to-top svg[data-v-96982323]{flex-shrink:0}.fade-enter-active[data-v-96982323],.fade-leave-active[data-v-96982323]{transition:opacity .3s,transform .3s}.fade-enter-from[data-v-96982323],.fade-leave-to[data-v-96982323]{opacity:0;transform:translateY(10px)}@media (max-width: 768px){.back-to-top[data-v-96982323]{right:1rem;bottom:1rem;width:40px;height:40px}.back-to-top svg[data-v-96982323]{width:18px;height:18px}}html,body{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2c3e50;background-color:#fff}#app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.main-content{flex:1;width:100%;margin:0 auto;box-sizing:border-box}@media (max-width: 768px){.main-content{padding:0 .75rem}}@media (max-width: 480px){.main-content{padding:0 .5rem}}.blog-card[data-v-f9af9a96]{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #eaecef;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;gap:1rem}.blog-card[data-v-f9af9a96]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-content[data-v-f9af9a96]{flex:1;cursor:pointer}.card-title[data-v-f9af9a96]{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;line-height:1.4}.card-title[data-v-f9af9a96]:hover{color:#3eaf7c}.card-excerpt[data-v-f9af9a96]{color:#666;line-height:1.6;margin-bottom:1rem}.card-meta[data-v-f9af9a96]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:1rem}.meta-date[data-v-f9af9a96]{color:#999}.meta-info[data-v-f9af9a96]{display:flex;gap:1rem;align-items:center}.meta-author[data-v-f9af9a96],.meta-read-time[data-v-f9af9a96]{color:#666;font-size:.8rem}.card-tags[data-v-f9af9a96]{display:flex;gap:.5rem;flex-wrap:wrap}.tag[data-v-f9af9a96]{background:#f1f3f4;color:#666;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.card-actions[data-v-f9af9a96]{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.action-btn[data-v-f9af9a96]{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .3s;color:#666}.action-btn[data-v-f9af9a96]:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}.action-btn svg[data-v-f9af9a96]{flex-shrink:0}.reader-btn[data-v-f9af9a96]:hover{background:#3eaf7c;border-color:#3eaf7c;color:#fff}.detail-btn[data-v-f9af9a96]:hover{background:#667eea;border-color:#667eea;color:#fff}@media (max-width: 768px){.card-meta[data-v-f9af9a96]{flex-direction:column;align-items:flex-start;gap:.5rem}.card-actions[data-v-f9af9a96]{flex-wrap:wrap}.action-btn[data-v-f9af9a96]{flex:1;justify-content:center;min-width:calc(50% - .375rem)}}.sidebar[data-v-4cb46a69]{width:100%;display:flex;flex-direction:column;gap:2rem}.sidebar-section[data-v-4cb46a69]{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #eaecef}.sidebar-title[data-v-4cb46a69]{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3eaf7c}.tags-cloud[data-v-4cb46a69]{display:flex;flex-wrap:wrap;gap:.5rem;line-height:1.8}.tag-item[data-v-4cb46a69]{display:inline-block;padding:.25rem .75rem;background:#f1f3f4;color:#666;border-radius:15px;cursor:pointer;transition:all .3s;font-weight:500}.tag-item[data-v-4cb46a69]:hover{filter:brightness(.9);transform:scale(1.05);box-shadow:0 2px 8px #00000026}.categories-list[data-v-4cb46a69]{display:flex;flex-direction:column;gap:.75rem}.category-item[data-v-4cb46a69]{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .3s}.category-item[data-v-4cb46a69]:hover{background:#3eaf7c;color:#fff;transform:translate(4px)}.category-name[data-v-4cb46a69]{font-weight:500}.category-count[data-v-4cb46a69]{background:rgba(62,175,124,.1);color:#3eaf7c;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600}.category-item:hover .category-count[data-v-4cb46a69]{background:rgba(255,255,255,.2);color:#fff}.recent-posts[data-v-4cb46a69]{display:flex;flex-direction:column;gap:1rem}.recent-post-item[data-v-4cb46a69]{padding:.75rem 0;border-bottom:1px solid #eaecef;cursor:pointer;transition:all .3s}.recent-post-item[data-v-4cb46a69]:last-child{border-bottom:none}.recent-post-item[data-v-4cb46a69]:hover{transform:translate(4px)}.recent-post-title[data-v-4cb46a69]{font-size:.9rem;font-weight:500;color:#2c3e50;margin-bottom:.25rem;line-height:1.4;transition:color .3s}.recent-post-item:hover .recent-post-title[data-v-4cb46a69]{color:#3eaf7c}.recent-post-date[data-v-4cb46a69]{font-size:.8rem;color:#999}.archive-stats[data-v-4cb46a69]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.owner-card[data-v-4cb46a69]{text-align:center}.owner-avatar[data-v-4cb46a69]{width:100px;height:100px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #3eaf7c;box-shadow:0 4px 12px #3eaf7c33}.owner-avatar img[data-v-4cb46a69]{width:100%;height:100%;object-fit:cover}.avatar-placeholder[data-v-4cb46a69]{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.owner-name[data-v-4cb46a69]{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.owner-bio[data-v-4cb46a69]{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1.5rem;padding:0 .5rem}.owner-stats[data-v-4cb46a69]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;border-top:1px solid #eaecef}.stat-item[data-v-4cb46a69]{display:flex;flex-direction:column;align-items:center;padding:.5rem;transition:all .3s;cursor:default}.stat-number[data-v-4cb46a69]{display:block;font-size:1.5rem;font-weight:700;color:#3eaf7c;margin-bottom:.25rem}.stat-label[data-v-4cb46a69]{font-size:.8rem;color:#666}@media (max-width: 768px){.sidebar[data-v-4cb46a69]{gap:1.5rem}.sidebar-section[data-v-4cb46a69]{padding:1rem}.archive-stats[data-v-4cb46a69]{grid-template-columns:repeat(3,1fr);gap:.5rem}.stat-item[data-v-4cb46a69]{padding:.75rem .25rem}.stat-number[data-v-4cb46a69]{font-size:1.25rem}}.pagination[data-v-5e3fc38b]{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:2rem 0}.pagination-btn[data-v-5e3fc38b]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e1e5e9;border-radius:8px;color:#666;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.pagination-btn[data-v-5e3fc38b]:hover:not(:disabled){background:#3eaf7c;color:#fff;border-color:#3eaf7c;transform:translateY(-1px)}.pagination-btn[data-v-5e3fc38b]:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers[data-v-5e3fc38b]{display:flex;gap:.25rem;margin:0 1rem}.pagination-number[data-v-5e3fc38b]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e1e5e9;border-radius:8px;color:#666;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.pagination-number[data-v-5e3fc38b]:hover{background:#f8f9fa;border-color:#3eaf7c;color:#3eaf7c}.pagination-number.active[data-v-5e3fc38b]{background:#3eaf7c;border-color:#3eaf7c;color:#fff}@media (max-width: 768px){.pagination[data-v-5e3fc38b]{gap:.25rem;margin-top:2rem}.pagination-btn[data-v-5e3fc38b]{padding:.5rem .75rem;font-size:.8rem}.pagination-number[data-v-5e3fc38b]{width:35px;height:35px;font-size:.8rem}.pagination-numbers[data-v-5e3fc38b]{margin:0 .5rem}}.home[data-v-d1f4a26e]{padding:0;overflow-x:hidden;min-height:100vh;width:100vw;box-sizing:border-box}.hero[data-v-d1f4a26e]{text-align:center;padding:4rem 1rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;width:100%;min-width:100vw;box-sizing:border-box}.hero-content[data-v-d1f4a26e]{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-title[data-v-d1f4a26e]{font-size:2.5rem;font-weight:700;margin-bottom:1rem;word-wrap:break-word}.hero-subtitle[data-v-d1f4a26e]{font-size:1.2rem;opacity:.9;word-wrap:break-word}.main-section[data-v-d1f4a26e]{padding:3rem 1rem;max-width:1200px;margin:0 auto;box-sizing:border-box}.content-layout[data-v-d1f4a26e]{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start;width:100%;box-sizing:border-box}.content-main[data-v-d1f4a26e]{min-width:0;overflow-wrap:break-word}.section-title[data-v-d1f4a26e]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #3eaf7c;word-wrap:break-word}.loading-state[data-v-d1f4a26e],.empty-state[data-v-d1f4a26e]{text-align:center;padding:3rem 1rem;color:#999;font-size:1rem}.posts-list[data-v-d1f4a26e]{display:flex;flex-direction:column;gap:1.5rem;width:100%}.featured-post[data-v-d1f4a26e]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;cursor:pointer;margin-bottom:1rem}.featured-post[data-v-d1f4a26e]:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.featured-image[data-v-d1f4a26e]{position:relative;width:100%;height:400px;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.featured-image img[data-v-d1f4a26e]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-post:hover .featured-image img[data-v-d1f4a26e]{transform:scale(1.05)}.featured-badge[data-v-d1f4a26e]{position:absolute;top:20px;right:20px;background:rgba(255,107,107,.95);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #ff6b6b4d}.featured-content[data-v-d1f4a26e]{padding:2rem}.featured-title[data-v-d1f4a26e]{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.4}.featured-excerpt[data-v-d1f4a26e]{color:#666;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-meta[data-v-d1f4a26e]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.meta-left[data-v-d1f4a26e]{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item[data-v-d1f4a26e]{display:inline-flex;align-items:center;gap:.4rem;color:#999;font-size:.875rem}.meta-item svg[data-v-d1f4a26e]{flex-shrink:0}.featured-tags[data-v-d1f4a26e]{display:flex;gap:.5rem;flex-wrap:wrap}.featured-tags .tag[data-v-d1f4a26e]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.post-item[data-v-d1f4a26e]{background:#fff;border-radius:8px;padding:1.5rem;border-left:3px solid transparent;transition:all .3s ease;cursor:pointer;box-shadow:0 1px 3px #0000000d}.post-item[data-v-d1f4a26e]:hover{border-left-color:#3eaf7c;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.post-content[data-v-d1f4a26e]{width:100%}.post-title[data-v-d1f4a26e]{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.5;transition:color .3s}.post-item:hover .post-title[data-v-d1f4a26e]{color:#3eaf7c}.post-excerpt[data-v-d1f4a26e]{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-meta[data-v-d1f4a26e]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#999}.post-meta .meta-item[data-v-d1f4a26e]{display:inline-flex;align-items:center;gap:.3rem}.meta-divider[data-v-d1f4a26e]{color:#ddd}.meta-category[data-v-d1f4a26e]{color:#3eaf7c;font-weight:500}.content-sidebar[data-v-d1f4a26e]{position:sticky;top:100px;min-width:0}@media (max-width: 1024px){.featured-image[data-v-d1f4a26e]{height:300px}.featured-title[data-v-d1f4a26e]{font-size:1.5rem}.featured-content[data-v-d1f4a26e]{padding:1.5rem}.hero-content[data-v-d1f4a26e]{max-width:100%;padding:0 1rem}.main-section[data-v-d1f4a26e]{max-width:100%;padding:2rem 1rem}.content-layout[data-v-d1f4a26e]{grid-template-columns:1fr 250px;gap:1.5rem}}@media (max-width: 768px){.featured-image[data-v-d1f4a26e]{height:250px}.featured-title[data-v-d1f4a26e]{font-size:1.35rem}.featured-content[data-v-d1f4a26e]{padding:1.25rem}.featured-meta[data-v-d1f4a26e]{flex-direction:column;align-items:flex-start}.post-title[data-v-d1f4a26e]{font-size:1.1rem}.post-item[data-v-d1f4a26e]{padding:1.25rem}.hero[data-v-d1f4a26e]{padding:3rem 1rem}.hero-title[data-v-d1f4a26e]{font-size:2rem}.hero-subtitle[data-v-d1f4a26e]{font-size:1rem}.main-section[data-v-d1f4a26e]{padding:2rem 1rem}.content-layout[data-v-d1f4a26e]{grid-template-columns:1fr;gap:2rem}.content-sidebar[data-v-d1f4a26e]{position:static;order:-1}.posts-list[data-v-d1f4a26e]{gap:1.5rem}}@media (max-width: 480px){.featured-image[data-v-d1f4a26e]{height:200px}.featured-title[data-v-d1f4a26e]{font-size:1.2rem}.featured-content[data-v-d1f4a26e]{padding:1rem}.featured-excerpt[data-v-d1f4a26e]{font-size:.9rem}.post-title[data-v-d1f4a26e]{font-size:1rem}.post-excerpt[data-v-d1f4a26e]{font-size:.875rem}.hero[data-v-d1f4a26e]{padding:2rem .75rem}.hero-title[data-v-d1f4a26e]{font-size:1.75rem}.hero-content[data-v-d1f4a26e]{padding:0 .5rem}.main-section[data-v-d1f4a26e]{padding:1.5rem .75rem}.section-title[data-v-d1f4a26e]{font-size:1.3rem}}[data-v-d1f4a26e]{box-sizing:border-box}.about[data-v-2ee790d0]{padding:2rem 0;min-height:calc(100vh - 200px)}.about-container[data-v-2ee790d0]{max-width:900px;margin:0 auto;padding:0 1rem}.loading[data-v-2ee790d0],.error[data-v-2ee790d0]{text-align:center;padding:3rem;font-size:1.1rem}.loading[data-v-2ee790d0]{color:#666}.error[data-v-2ee790d0]{color:#e74c3c}.blog-intro[data-v-2ee790d0]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:3rem 2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 20px #667eea4d}.intro-content[data-v-2ee790d0]{text-align:center;font-size:1.1rem;line-height:1.8}.section[data-v-2ee790d0]{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014;transition:transform .3s,box-shadow .3s}.section[data-v-2ee790d0]:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.section-title[data-v-2ee790d0]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.profile-card[data-v-2ee790d0]{display:flex;align-items:center;gap:2rem}.avatar-wrapper[data-v-2ee790d0]{flex-shrink:0}.avatar[data-v-2ee790d0]{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f0f0f0;box-shadow:0 4px 12px #0000001a;background:#f8f9fa;display:block}.profile-info[data-v-2ee790d0]{flex:1}.author-name[data-v-2ee790d0]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.author-bio[data-v-2ee790d0]{color:#666;line-height:1.8;font-size:1rem}.skills-list[data-v-2ee790d0]{display:flex;flex-wrap:wrap;gap:.75rem}.skill-item[data-v-2ee790d0]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:transform .3s,box-shadow .3s;cursor:default}.skill-item[data-v-2ee790d0]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.social-links[data-v-2ee790d0]{display:flex;flex-direction:column;gap:1rem}.social-link[data-v-2ee790d0]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:8px;color:#2c3e50;text-decoration:none;transition:all .3s;border:2px solid transparent}.social-link[data-v-2ee790d0]:hover{background:#fff;border-color:#667eea;transform:translate(5px)}.link-icon[data-v-2ee790d0]{font-size:1.5rem;display:flex;align-items:center;justify-content:center;min-width:24px}.link-icon svg[data-v-2ee790d0]{width:24px;height:24px}.social-link.github[data-v-2ee790d0]:hover{border-color:#333}.social-link.github:hover .link-icon[data-v-2ee790d0]{color:#333}.social-link.email[data-v-2ee790d0]:hover{border-color:#ea4335}.social-link.email:hover .link-icon[data-v-2ee790d0]{color:#ea4335}.social-link.wechat[data-v-2ee790d0]:hover{border-color:#07c160}.social-link.wechat:hover .link-icon[data-v-2ee790d0]{color:#07c160}.social-link.qq[data-v-2ee790d0]:hover{border-color:#12b7f5}.social-link.qq:hover .link-icon[data-v-2ee790d0]{color:#12b7f5}.social-link.weibo[data-v-2ee790d0]:hover{border-color:#e6162d}.social-link.weibo:hover .link-icon[data-v-2ee790d0]{color:#e6162d}.social-link.twitter[data-v-2ee790d0]:hover{border-color:#1da1f2}.social-link.twitter:hover .link-icon[data-v-2ee790d0]{color:#1da1f2}.social-link.linkedin[data-v-2ee790d0]:hover{border-color:#0077b5}.social-link.linkedin:hover .link-icon[data-v-2ee790d0]{color:#0077b5}.social-link.zhihu[data-v-2ee790d0]:hover{border-color:#0084ff}.social-link.zhihu:hover .link-icon[data-v-2ee790d0]{color:#0084ff}.social-link.juejin[data-v-2ee790d0]:hover{border-color:#1e80ff}.social-link.csdn[data-v-2ee790d0]:hover{border-color:#fc5531}.social-link.phone[data-v-2ee790d0]:hover{border-color:#52c41a}.site-info[data-v-2ee790d0]{display:flex;flex-direction:column;gap:1rem}.info-item[data-v-2ee790d0]{display:flex;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.info-item[data-v-2ee790d0]:last-child{border-bottom:none}.info-label[data-v-2ee790d0]{font-weight:600;color:#2c3e50;min-width:100px}.info-value[data-v-2ee790d0]{color:#666;flex:1}.info-value.link[data-v-2ee790d0]{color:#667eea;text-decoration:none;transition:color .3s}.info-value.link[data-v-2ee790d0]:hover{color:#764ba2;text-decoration:underline}@media (max-width: 768px){.about[data-v-2ee790d0]{padding:1rem 0}.blog-intro[data-v-2ee790d0]{padding:2rem 1.5rem}.section[data-v-2ee790d0]{padding:1.5rem}.profile-card[data-v-2ee790d0]{flex-direction:column;text-align:center}.avatar[data-v-2ee790d0]{width:100px;height:100px}.section-title[data-v-2ee790d0]{font-size:1.3rem}.skills-list[data-v-2ee790d0]{justify-content:center}.info-item[data-v-2ee790d0]{flex-direction:column;align-items:flex-start;gap:.25rem}.info-label[data-v-2ee790d0]{min-width:auto}}.archive[data-v-f8056fb3]{padding:2rem 0}.archive-container[data-v-f8056fb3]{max-width:1200px;margin:0 auto}.page-title[data-v-f8056fb3]{font-size:2rem;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:3rem}.archive-stats[data-v-f8056fb3]{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px}.stat-item[data-v-f8056fb3]{text-align:center}.stat-number[data-v-f8056fb3]{display:block;font-size:2rem;font-weight:700;color:#3eaf7c}.stat-label[data-v-f8056fb3]{color:#666;font-size:.9rem}.timeline[data-v-f8056fb3]{position:relative}.year-group[data-v-f8056fb3]{margin-bottom:3rem}.year-title[data-v-f8056fb3]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3eaf7c}.posts-list[data-v-f8056fb3]{margin-left:1rem}.post-item[data-v-f8056fb3]{display:flex;gap:2rem;padding:1rem 0;border-bottom:1px solid #eaecef}.post-item[data-v-f8056fb3]:last-child{border-bottom:none}.post-date[data-v-f8056fb3]{flex-shrink:0;width:60px;color:#999;font-size:.9rem;font-weight:500}.post-info[data-v-f8056fb3]{flex:1}.post-title[data-v-f8056fb3]{font-size:1.1rem;font-weight:500;color:#2c3e50;margin-bottom:.5rem;cursor:pointer;transition:color .3s}.post-title[data-v-f8056fb3]:hover{color:#3eaf7c}.post-excerpt[data-v-f8056fb3]{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.post-meta[data-v-f8056fb3]{display:flex;gap:1rem;font-size:.85rem;color:#999}.meta-item[data-v-f8056fb3]{display:inline-flex;align-items:center}.loading[data-v-f8056fb3],.error[data-v-f8056fb3]{text-align:center;padding:2rem;color:#666}.error[data-v-f8056fb3]{color:#e74c3c}@media (max-width: 768px){.archive-stats[data-v-f8056fb3]{gap:1.5rem}.post-item[data-v-f8056fb3]{flex-direction:column;gap:.5rem}.post-date[data-v-f8056fb3]{width:auto}}.category[data-v-4aed4755]{padding:2rem 0}.category-container[data-v-4aed4755]{max-width:1300px;margin:0 auto}.page-title[data-v-4aed4755]{font-size:2rem;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:3rem}.categories-grid[data-v-4aed4755]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.category-card[data-v-4aed4755]{background:#fff;border:2px solid #eaecef;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s}.category-card[data-v-4aed4755]:hover,.category-card.active[data-v-4aed4755]{border-color:#3eaf7c;box-shadow:0 4px 12px #3eaf7c33;transform:translateY(-2px)}.category-name[data-v-4aed4755]{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.category-count[data-v-4aed4755]{color:#666;font-size:.9rem}.category-posts[data-v-4aed4755]{margin-top:3rem}.category-posts-title[data-v-4aed4755]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;text-align:center}.posts-list[data-v-4aed4755]{display:grid;gap:1.5rem}.post-item[data-v-4aed4755]{background:#fff;border:1px solid #eaecef;border-radius:8px;padding:1.5rem;transition:box-shadow .3s}.post-item[data-v-4aed4755]:hover{box-shadow:0 4px 12px #0000001a}.post-title[data-v-4aed4755]{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;cursor:pointer;transition:color .3s}.post-title[data-v-4aed4755]:hover{color:#3eaf7c}.post-excerpt[data-v-4aed4755]{color:#666;line-height:1.6;margin-bottom:1rem}.post-meta[data-v-4aed4755]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;gap:1rem}.post-date[data-v-4aed4755],.post-words[data-v-4aed4755]{color:#999}.post-tags[data-v-4aed4755]{display:flex;gap:.5rem;flex:1;justify-content:center}.tag[data-v-4aed4755]{background:#f1f3f4;color:#666;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.loading[data-v-4aed4755],.error[data-v-4aed4755]{text-align:center;padding:2rem;color:#666}.error[data-v-4aed4755]{color:#e74c3c}@media (max-width: 768px){.categories-grid[data-v-4aed4755]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.post-meta[data-v-4aed4755]{flex-direction:column;align-items:flex-start;gap:.5rem}}.tag[data-v-72a2d2eb]{padding:2rem 0}.tag-container[data-v-72a2d2eb]{max-width:1300px;margin:0 auto}.page-title[data-v-72a2d2eb]{font-size:2rem;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:3rem}.tags-cloud[data-v-72a2d2eb]{background:#f8f9fa;border-radius:12px;padding:3rem;text-align:center;margin-bottom:3rem;line-height:2}.tag-item[data-v-72a2d2eb]{display:inline-block;margin:.5rem;padding:.5rem 1rem;background:#fff;color:#666;border-radius:20px;cursor:pointer;transition:all .3s;border:2px solid transparent;font-weight:500}.tag-item[data-v-72a2d2eb]:hover,.tag-item.active[data-v-72a2d2eb]{color:#3eaf7c;border-color:#3eaf7c;transform:scale(1.05)}.tag-posts[data-v-72a2d2eb]{margin-top:3rem}.tag-posts-title[data-v-72a2d2eb]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;text-align:center}.posts-list[data-v-72a2d2eb]{display:grid;gap:1.5rem}.post-item[data-v-72a2d2eb]{background:#fff;border:1px solid #eaecef;border-radius:8px;padding:1.5rem;transition:box-shadow .3s}.post-item[data-v-72a2d2eb]:hover{box-shadow:0 4px 12px #0000001a}.post-title[data-v-72a2d2eb]{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;cursor:pointer;transition:color .3s}.post-title[data-v-72a2d2eb]:hover{color:#3eaf7c}.post-excerpt[data-v-72a2d2eb]{color:#666;line-height:1.6;margin-bottom:1rem}.post-meta[data-v-72a2d2eb]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;gap:1rem}.post-date[data-v-72a2d2eb],.post-words[data-v-72a2d2eb]{color:#999}.post-category[data-v-72a2d2eb]{background:#3eaf7c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.loading[data-v-72a2d2eb],.error[data-v-72a2d2eb]{text-align:center;padding:2rem;color:#666}.error[data-v-72a2d2eb]{color:#e74c3c}@media (max-width: 768px){.tags-cloud[data-v-72a2d2eb]{padding:2rem 1rem}.post-meta[data-v-72a2d2eb]{flex-direction:column;align-items:flex-start;gap:.5rem}}.document-page[data-v-fd164d4b]{padding:2rem 0;min-height:calc(100vh - 200px)}.document-container[data-v-fd164d4b]{max-width:1000px;margin:0 auto;padding:0 2rem}.document-header[data-v-fd164d4b]{margin-bottom:3rem}.breadcrumb[data-v-fd164d4b]{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem}.breadcrumb-link[data-v-fd164d4b]{color:#3eaf7c;text-decoration:none;transition:color .3s}.breadcrumb-link[data-v-fd164d4b]:hover{color:#369870}.breadcrumb-separator[data-v-fd164d4b]{color:#999}.breadcrumb-item[data-v-fd164d4b]{color:#666}.breadcrumb-current[data-v-fd164d4b]{color:#2c3e50;font-weight:500}.document-title[data-v-fd164d4b]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.document-summary[data-v-fd164d4b]{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.document-meta[data-v-fd164d4b]{display:flex;flex-wrap:wrap;gap:2rem;padding:1rem 0;border-top:1px solid #eaecef}.meta-item[data-v-fd164d4b]{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.meta-item svg[data-v-fd164d4b]{opacity:.7}.status-badge[data-v-fd164d4b]{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.status-badge.public[data-v-fd164d4b]{background:#e8f5e8;color:#3eaf7c}.status-badge.private[data-v-fd164d4b]{background:#fff3cd;color:#856404}.document-content[data-v-fd164d4b]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #eaecef;margin-bottom:3rem}.loading[data-v-fd164d4b]{text-align:center;padding:3rem 0;color:#666}.loading-spinner[data-v-fd164d4b]{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3eaf7c;border-radius:50%;animation:spin-fd164d4b 1s linear infinite;margin:0 auto 1rem}@keyframes spin-fd164d4b{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error[data-v-fd164d4b]{text-align:center;padding:3rem 0;color:#666}.error-icon[data-v-fd164d4b]{font-size:3rem;margin-bottom:1rem}.error h3[data-v-fd164d4b]{color:#2c3e50;margin-bottom:.5rem}.retry-btn[data-v-fd164d4b]{background:#3eaf7c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;margin-top:1rem;transition:all .3s}.retry-btn[data-v-fd164d4b]:hover{background:#369870;transform:translateY(-1px)}.content-body[data-v-fd164d4b]{line-height:1.8;color:#2c3e50}.markdown-content[data-v-fd164d4b],.html-content[data-v-fd164d4b]{font-size:1rem}.markdown-content h1[data-v-fd164d4b],.html-content h1[data-v-fd164d4b]{font-size:2rem;font-weight:700;margin:2rem 0 1rem;color:#2c3e50;border-bottom:2px solid #3eaf7c;padding-bottom:.5rem}.markdown-content h2[data-v-fd164d4b],.html-content h2[data-v-fd164d4b]{font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem;color:#2c3e50}.markdown-content h3[data-v-fd164d4b],.html-content h3[data-v-fd164d4b]{font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem;color:#2c3e50}.text-content pre[data-v-fd164d4b]{background:#f8f9fa;padding:1.5rem;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6}.related-documents[data-v-fd164d4b]{background:#f8f9fa;border-radius:12px;padding:2rem}.related-documents h3[data-v-fd164d4b]{color:#2c3e50;margin-bottom:1.5rem;font-size:1.25rem}.related-list[data-v-fd164d4b]{display:grid;gap:1rem}.related-item[data-v-fd164d4b]{background:#fff;padding:1.5rem;border-radius:8px;cursor:pointer;transition:all .3s;border:1px solid #eaecef}.related-item[data-v-fd164d4b]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.related-item h4[data-v-fd164d4b]{color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.related-item p[data-v-fd164d4b]{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.related-date[data-v-fd164d4b]{color:#999;font-size:.8rem}@media (max-width: 768px){.document-container[data-v-fd164d4b]{padding:0 1rem}.document-title[data-v-fd164d4b]{font-size:2rem}.document-content[data-v-fd164d4b]{padding:1.5rem}.document-meta[data-v-fd164d4b]{flex-direction:column;gap:1rem}.related-documents[data-v-fd164d4b]{padding:1.5rem}}.md-editor .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #eee;--md-theme-color-hover: #eee;--md-theme-color-hover-inset: #ddd;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #e6e6e6;--md-theme-border-color-reverse: #bebebe;--md-theme-border-color-inset: #d6d6d6;--md-theme-bg-color: #fff;--md-theme-bg-color-inset: #ececec;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #fff;--md-theme-code-active-color: #61aeee;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor-dark .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #222;--md-theme-color-hover: #191919;--md-theme-color-hover-inset: #444;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #2d2d2d;--md-theme-border-color-reverse: #e6e6e6;--md-theme-border-color-inset: #5a5a5a;--md-theme-bg-color: #000;--md-theme-bg-color-inset: #111;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #3a3a3a;--md-theme-code-active-color: #e6c07b;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor .md-editor-admonition-note{--md-admonition-color: #212121;--md-admonition-bg-color: #FFFFFF;--md-admonition-border-color: rgb(166.2, 166.2, 166.2)}.md-editor .md-editor-admonition-tip{--md-admonition-color: #616161;--md-admonition-bg-color: #F5F5F5;--md-admonition-border-color: rgb(185.8, 185.8, 185.8)}.md-editor .md-editor-admonition-info{--md-admonition-color: #424242;--md-admonition-bg-color: #F0F0F0;--md-admonition-border-color: rgb(170.4, 170.4, 170.4)}.md-editor .md-editor-admonition-quote{--md-admonition-color: #455a64;--md-admonition-bg-color: #eceff1;--md-admonition-border-color: rgb(169.2, 179.4, 184.6)}.md-editor .md-editor-admonition-abstract{--md-admonition-color: #0288d1;--md-admonition-bg-color: #e1f5fe;--md-admonition-border-color: rgb(135.8, 201.4, 236)}.md-editor .md-editor-admonition-attention{--md-admonition-color: #1e88e5;--md-admonition-bg-color: #e3f2fd;--md-admonition-border-color: rgb(148.2, 199.6, 243.4)}.md-editor .md-editor-admonition-example{--md-admonition-color: #5e35b1;--md-admonition-bg-color: #ede7f6;--md-admonition-border-color: rgb(179.8, 159.8, 218.4)}.md-editor .md-editor-admonition-hint{--md-admonition-color: #00897B;--md-admonition-bg-color: #E0F2F1;--md-admonition-border-color: rgb(134.4, 200, 193.8)}.md-editor .md-editor-admonition-success{--md-admonition-color: #388e3c;--md-admonition-bg-color: #e8f5e9;--md-admonition-border-color: rgb(161.6, 203.8, 163.8)}.md-editor .md-editor-admonition-question{--md-admonition-color: #f9a825;--md-admonition-bg-color: #fffde7;--md-admonition-border-color: rgb(252.6, 219, 153.4)}.md-editor .md-editor-admonition-caution{--md-admonition-color: #fb8c00;--md-admonition-bg-color: #fff8e1;--md-admonition-border-color: rgb(253.4, 204.8, 135)}.md-editor .md-editor-admonition-warning{--md-admonition-color: #f57c00;--md-admonition-bg-color: #fff3e0;--md-admonition-border-color: rgb(251, 195.4, 134.4)}.md-editor .md-editor-admonition-danger{--md-admonition-color: #d84315;--md-admonition-bg-color: #ffebee;--md-admonition-border-color: rgb(239.4, 167.8, 151.2)}.md-editor .md-editor-admonition-failure{--md-admonition-color: #d32f2f;--md-admonition-bg-color: #fee2e6;--md-admonition-border-color: rgb(236.8, 154.4, 156.8)}.md-editor .md-editor-admonition-bug{--md-admonition-color: #c31a1a;--md-admonition-bg-color: #fddadd;--md-admonition-border-color: rgb(229.8, 141.2, 143)}.md-editor .md-editor-admonition-error{--md-admonition-color: #b71c1c;--md-admonition-bg-color: #fdd2d6;--md-admonition-border-color: rgb(225, 137.2, 139.6)}.md-editor-dark .md-editor-admonition-note{--md-admonition-color: #E0E0E0;--md-admonition-bg-color: #1E1E1E;--md-admonition-border-color: rgb(107.6, 107.6, 107.6)}.md-editor-dark .md-editor-admonition-tip{--md-admonition-color: #B0B0B0;--md-admonition-bg-color: #262626;--md-admonition-border-color: rgb(93.2, 93.2, 93.2)}.md-editor-dark .md-editor-admonition-info{--md-admonition-color: #B3B3B3;--md-admonition-bg-color: #2B2B2B;--md-admonition-border-color: rgb(97.4, 97.4, 97.4)}.md-editor-dark .md-editor-admonition-quote{--md-admonition-color: #b0bec5;--md-admonition-bg-color: #263238;--md-admonition-border-color: rgb(93.2, 106, 112.4)}.md-editor-dark .md-editor-admonition-abstract{--md-admonition-color: #81d4fa;--md-admonition-bg-color: #012f45;--md-admonition-border-color: rgb(52.2, 113, 141.4)}.md-editor-dark .md-editor-admonition-attention{--md-admonition-color: #64b5f6;--md-admonition-bg-color: #102a4c;--md-admonition-border-color: rgb(49.6, 97.6, 144)}.md-editor-dark .md-editor-admonition-example{--md-admonition-color: #9575cd;--md-admonition-bg-color: #271b52;--md-admonition-border-color: rgb(83, 63, 131.2)}.md-editor-dark .md-editor-admonition-hint{--md-admonition-color: #4DB6AC;--md-admonition-bg-color: #003D3A;--md-admonition-border-color: rgb(30.8, 109.4, 103.6)}.md-editor-dark .md-editor-admonition-success{--md-admonition-color: #81c784;--md-admonition-bg-color: #1b5e20;--md-admonition-border-color: rgb(67.8, 136, 72)}.md-editor-dark .md-editor-admonition-question{--md-admonition-color: #ffd54f;--md-admonition-bg-color: #3e2f00;--md-admonition-border-color: rgb(139.2, 113.4, 31.6)}.md-editor-dark .md-editor-admonition-caution{--md-admonition-color: #ffcc80;--md-admonition-bg-color: #3e2600;--md-admonition-border-color: rgb(139.2, 104.4, 51.2)}.md-editor-dark .md-editor-admonition-warning{--md-admonition-color: #ffb74d;--md-admonition-bg-color: #3d2600;--md-admonition-border-color: rgb(138.6, 96, 30.8)}.md-editor-dark .md-editor-admonition-danger{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0000;--md-admonition-border-color: rgb(131.6, 61.6, 61.6)}.md-editor-dark .md-editor-admonition-failure{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0900;--md-admonition-border-color: rgb(131.6, 67, 61.6)}.md-editor-dark .md-editor-admonition-bug{--md-admonition-color: #e68381;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(120.8, 52.4, 51.6)}.md-editor-dark .md-editor-admonition-error{--md-admonition-color: #ef5350;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(124.4, 33.2, 32)}.md-editor-preview .md-editor-admonition{background-color:var(--md-admonition-bg-color);border:1px solid var(--md-admonition-border-color);border-radius:var(--md-theme-radius-m);color:var(--md-admonition-color);display:flow-root;font-size:14px;font-weight:400;margin:1rem 0;padding:1em 1em .5em;page-break-inside:avoid}.md-editor-preview .md-editor-admonition-title{margin:0;padding:0;position:relative;font-weight:700}.md-editor-preview .md-editor-admonition p{margin:.5em 0;padding:0}.md-editor-preview .md-editor-admonition p:first-of-type{margin-block-start:0}.md-editor-preview .md-editor-admonition+p:empty,.md-editor-preview .md-editor-admonition+p:empty+p:empty{display:none}.md-editor-preview .md-editor-mermaid{overflow:hidden;line-height:normal}.md-editor-preview .md-editor-mermaid:not([data-processed]){white-space:pre}.md-editor-preview [class=md-editor-mermaid][data-grab]{cursor:grab}.md-editor-preview [class=md-editor-mermaid][data-grab]:active{cursor:grabbing}.md-editor-preview [class=md-editor-mermaid][data-processed]{position:relative;display:flex;justify-content:center;align-items:center}.md-editor-preview [class=md-editor-mermaid][data-processed] svg{transform-origin:top left}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action{position:absolute;inset-block-start:10px;inset-inline-end:10px;z-index:1;opacity:0;transition:opacity .3s;cursor:pointer;display:flex;gap:8px}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action svg{padding:6px;border-radius:4px;background-color:var(--md-bk-color-outstand)}.md-editor-preview [class=md-editor-mermaid][data-processed]:hover .md-editor-mermaid-action{opacity:1}.md-editor-katex-block{text-align:center;margin:20px}.md-editor-katex-inline,.md-editor-katex-block{display:none;direction:ltr}.md-editor-katex-inline[data-processed]{display:initial}.md-editor-katex-block[data-processed]{display:block}.md-editor .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-dark .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-preview code{direction:ltr;color:var(--md-theme-code-inline-color);background-color:var(--md-theme-code-inline-bg-color);border-radius:var(--md-theme-code-inline-radius);padding:2px 4px;line-height:22px}.md-editor-preview .md-editor-code{color:var(--md-theme-code-block-color);font-size:12px;line-height:1;margin:20px 0;position:relative}.md-editor-preview .md-editor-code input[type=radio],.md-editor-preview .md-editor-code input[type=radio]+pre,.md-editor-preview .md-editor-code input[type=radio]+span.md-editor-code-lang{display:none}.md-editor-preview .md-editor-code input:checked+pre,.md-editor-preview .md-editor-code input:checked+span.md-editor-code-lang{display:block}.md-editor-preview .md-editor-code input:checked+label{border-block-end:1px solid;color:var(--md-theme-code-active-color)}.md-editor-preview .md-editor-code .md-editor-code-head{display:grid;grid-template:"1fr 1fr";justify-content:space-between;height:32px;width:100%;font-size:12px;background-color:var(--md-theme-code-before-bg-color);margin-block-end:0;border-start-start-radius:var(--md-theme-code-block-radius);border-start-end-radius:var(--md-theme-code-block-radius);-webkit-tap-highlight-color:rgba(0,0,0,0);list-style:none;position:sticky;top:0;z-index:10000}.md-editor-preview .md-editor-code .md-editor-code-head::-webkit-details-marker{display:none}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-block-start:11px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(1){background-color:#ec6a5e}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(2){background-color:#f4bf4f}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(3){background-color:#61c554}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span+span{margin-inline-start:4px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label{box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none;background-color:var(--md-theme-code-block-bg-color);margin-block-start:8px;padding:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li{line-height:1;list-style:none;display:inline-block;position:relative;vertical-align:super;margin:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;font-size:14px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li+li{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action{display:flex;align-items:center}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action>*{margin-inline-end:10px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang{line-height:32px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon){cursor:pointer;line-height:32px;position:initial}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon) .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]{cursor:pointer;line-height:1;position:relative}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon] .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{content:attr(data-tips);color:var(--md-theme-code-copy-tips-color);background-color:var(--md-theme-code-copy-tips-bg-color);position:absolute;font-size:12px;font-family:sans-serif;width:max-content;text-align:center;padding:4px;border-radius:var(--md-theme-radius-s);box-shadow:0 0 2px #0003;inset-inline-start:-10px;inset-block-start:50%;transform:translate(-100%,-50%)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{transform:translate(100%,-50%)}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{content:"";color:var(--md-theme-code-copy-tips-bg-color);position:absolute;width:0;height:0;border:5px solid rgba(0,0,0,0);border-inline-end-width:0;border-inline-start-color:currentColor;inset-inline-start:-10px;inset-block-start:50%;transform:translateY(-50%);filter:drop-shadow(4px 0 2px rgba(0,0,0,.2))}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{visibility:hidden;transition:.3s}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:after{visibility:visible}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips{margin-inline-end:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{width:16px;height:16px;font-size:16px;display:inline-block;vertical-align:sub;transition:transform .1s;transform:rotate(0)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(180deg)}.md-editor-preview .md-editor-code pre{position:relative;margin:0}.md-editor-preview .md-editor-code pre code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;color:var(--md-theme-code-block-color);background-color:var(--md-theme-code-before-bg-color);display:block;line-height:1.6;overflow:auto;padding:1em;position:relative;border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview .md-editor-code pre code .md-editor-code-block{display:inline-block;width:100%;overflow:auto;vertical-align:bottom;color:var(--md-theme-code-block-color)}.md-editor-preview details.md-editor-code .md-editor-code-head{cursor:pointer}.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head{border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview details.md-editor-code[open] .md-editor-code-head{border-end-start-radius:0;border-end-end-radius:0}.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(-90deg)}[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(270deg)}.md-editor-scrn span[rn-wrapper]{position:absolute;pointer-events:none;font-size:100%;inset-block-start:1em;inset-inline-start:0;width:3em;letter-spacing:-1px;-webkit-user-select:none;user-select:none;counter-reset:linenumber}.md-editor-scrn span[rn-wrapper]>span{display:block;pointer-events:none;counter-increment:linenumber}.md-editor-scrn span[rn-wrapper]>span:before{color:#999;display:block;padding-inline-end:.5em;text-align:right;content:counter(linenumber)}.md-editor-scrn pre code{padding-inline-start:3.5em!important}.md-editor-preview figure{margin:0 0 1em;display:inline-flex;flex-direction:column;text-align:center}.md-editor-preview figure figcaption{color:var(--md-theme-color);font-size:.875em;margin-block-start:5px}.md-editor .md-editor-preview{--md-theme-heading-color: var(--md-theme-color);--md-theme-heading-border: none;--md-theme-heading-1-color: var(--md-theme-heading-color);--md-theme-heading-1-border: var(--md-theme-heading-border);--md-theme-heading-2-color: var(--md-theme-heading-color);--md-theme-heading-2-border: var(--md-theme-heading-border);--md-theme-heading-3-color: var(--md-theme-heading-color);--md-theme-heading-3-border: var(--md-theme-heading-border);--md-theme-heading-4-color: var(--md-theme-heading-color);--md-theme-heading-4-border: var(--md-theme-heading-border);--md-theme-heading-5-color: var(--md-theme-heading-color);--md-theme-heading-5-border: var(--md-theme-heading-border);--md-theme-heading-6-color: var(--md-theme-heading-color);--md-theme-heading-6-border: var(--md-theme-heading-border)}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{position:relative;word-break:break-all;margin:1.4em 0 .8em;font-weight:700}.md-editor-preview h1 a,.md-editor-preview h2 a,.md-editor-preview h3 a,.md-editor-preview h4 a,.md-editor-preview h5 a,.md-editor-preview h6 a,.md-editor-preview h1 a:hover,.md-editor-preview h2 a:hover,.md-editor-preview h3 a:hover,.md-editor-preview h4 a:hover,.md-editor-preview h5 a:hover,.md-editor-preview h6 a:hover{color:inherit}.md-editor-preview h1{color:var(--md-theme-heading-1-color);border-block-end:var(--md-theme-heading-1-border)}.md-editor-preview h2{color:var(--md-theme-heading-2-color);border-block-end:var(--md-theme-heading-2-border)}.md-editor-preview h3{color:var(--md-theme-heading-3-color);border-block-end:var(--md-theme-heading-3-border)}.md-editor-preview h4{color:var(--md-theme-heading-4-color);border-block-end:var(--md-theme-heading-4-border)}.md-editor-preview h5{color:var(--md-theme-heading-5-color);border-block-end:var(--md-theme-heading-5-border)}.md-editor-preview h6{color:var(--md-theme-heading-6-color);border-block-end:var(--md-theme-heading-6-border)}.md-editor-preview h1{font-size:2em}.md-editor-preview h2{font-size:1.5em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview h4{font-size:1em}.md-editor-preview h5{font-size:.875em}.md-editor-preview h6{font-size:.85em}.md-editor-preview hr{height:1px;margin:10px 0;border:none;border-block-start:1px solid var(--md-theme-border-color)}.md-editor-preview a{color:var(--md-theme-link-color);text-decoration:none;transition:color .1s}.md-editor-preview a:hover{color:var(--md-theme-link-hover-color)}.md-editor-preview a:empty:before{content:attr(href)}.md-editor-preview ol,.md-editor-preview ul{padding-inline-start:2em}.md-editor-preview ol .task-list-item,.md-editor-preview ul .task-list-item{list-style-type:none}.md-editor-preview ol .task-list-item input,.md-editor-preview ul .task-list-item input{margin-inline-start:-1.5em;margin-inline-end:.1em}.md-editor-preview img{max-width:100%}.md-editor-preview p:empty{display:none}.md-editor .md-editor-preview{--md-theme-quote-color: var(--md-theme-color);--md-theme-quote-border: none;--md-theme-quote-bg-color: inherit}.md-editor-preview blockquote{padding:0 1em;color:var(--md-theme-quote-color);border-inline-start:var(--md-theme-quote-border);background-color:var(--md-theme-quote-bg-color)}.md-editor .md-editor-preview{--md-theme-table-stripe-color: #fafafa;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-dark .md-editor-preview{--md-theme-table-stripe-color: #0c0c0c;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-preview table tr{background-color:var(--md-theme-table-tr-bg-color)}.md-editor-preview table tr th,.md-editor-preview table tr td{border:1px solid var(--md-theme-table-td-border-color)}.md-editor-preview table tr:nth-child(2n){background-color:var(--md-theme-table-stripe-color)}.md-editor-preview{color:var(--md-theme-color)}.md-editor-preview ::-webkit-scrollbar{width:6px;height:6px}.md-editor-preview ::-webkit-scrollbar-button:vertical{display:none}.md-editor-preview ::-webkit-scrollbar-corner,.md-editor-preview ::-webkit-scrollbar-track,.md-editor-preview ::-webkit-scrollbar-thumb{border-radius:2px}.md-editor .md-editor-preview ::-webkit-scrollbar-corner,.md-editor .md-editor-preview ::-webkit-scrollbar-track{background-color:#e2e2e2}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#0000004d}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#00000059}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#00000061}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-corner,.md-editor-dark .md-editor-preview ::-webkit-scrollbar-track{background-color:#0f0f0f}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#2d2d2d}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#3a3a3a}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#3a3a3a}.md-editor div.default-theme{--md-theme-code-copy-tips-color: #141414}.md-editor-dark div.default-theme{--md-theme-code-copy-tips-color: inherit}div.default-theme img{margin:0 auto;box-sizing:border-box}div.default-theme a{display:inline-flex;line-height:1;border-block-end:none}div.default-theme a:hover{border-block-end:1px solid}div.default-theme a[target=_blank]{align-items:center}div.default-theme a[target=_blank]:after{content:"";display:inline-block;width:16px;height:16px;margin-inline-start:2px;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}div.default-theme ol,div.default-theme ul{margin:.6em 0}div.default-theme ol li,div.default-theme ul li{line-height:1.6;margin:.5em 0}div.default-theme p{line-height:1.6;margin:.5rem 0}.md-editor div.default-theme{--md-theme-quote-border: 5px solid #35b378;--md-theme-quote-bg-color: var(--md-theme-bg-color-inset)}div.default-theme blockquote{margin:20px 0;padding:0 1.2em;line-height:2em;display:flow-root}.md-editor default-theme{--md-theme-table-stripe-color: #fafafa}.md-editor-dark default-theme{--md-theme-table-stripe-color: #0c0c0c}div.default-theme table{overflow:auto;border-spacing:0;border-collapse:collapse;margin-block-end:1em;margin-block-start:1em}div.default-theme table tr th,div.default-theme table tr td{word-wrap:break-word;padding:8px 14px}div.default-theme table tbody tr:hover{background-color:var(--md-theme-color-hover)}div.default-theme blockquote table{line-height:initial}div.default-theme blockquote table tr th,div.default-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.default-theme blockquote table tbody tr:nth-child(n){background-color:inherit}div.default-theme blockquote table tbody tr:hover{background-color:var(--md-theme-color-hover-inset)}.md-editor div.vuepress-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #f8f8f8;--md-theme-code-block-color: #747384;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}.md-editor-dark div.vuepress-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}div.vuepress-theme code{padding:3px 5px;margin:0 2px}div.vuepress-theme .md-editor-code pre{font-size:.875em;margin:0 0 1em}div.vuepress-theme .md-editor-code pre code{white-space:pre;padding:22px 1em;margin:0}div.vuepress-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.vuepress-theme{--md-theme-heading-color: #273849;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}.md-editor-dark div.vuepress-theme{--md-theme-heading-color: #999;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}div.vuepress-theme h1,div.vuepress-theme h2,div.vuepress-theme h3,div.vuepress-theme h4,div.vuepress-theme h5,div.vuepress-theme h6{font-weight:600;line-height:1.45;position:relative;margin-block-start:1em}div.vuepress-theme h1{font-size:2.2em;margin:1em 0}div.vuepress-theme h2{font-size:1.65em;padding-block-end:.3em}div.vuepress-theme h3{line-height:1.35em}.md-editor div.vuepress-theme{--md-theme-link-color: #42b983}div.vuepress-theme a{font-weight:600}div.vuepress-theme ul,div.vuepress-theme ol{position:relative;line-height:1.4em;margin:1.2em 0;z-index:1}div.vuepress-theme ul li,div.vuepress-theme ol li{margin:1.2em 0}div.vuepress-theme p{word-spacing:.05em;line-height:1.6em;margin:1.2em 0;position:relative}.md-editor div.vuepress-theme{--md-theme-quote-border: 4px solid #42b983}div.vuepress-theme blockquote{margin:2em 0;padding-inline-start:20px}div.vuepress-theme blockquote p{margin-inline-start:0;margin-block-start:1.2em;margin-block-end:0;padding:0}.md-editor div.vuepress-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.vuepress-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.vuepress-theme table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}div.vuepress-theme table tr th,div.vuepress-theme table tr td{padding:.6em 1em}.md-editor div.vuepress-theme{--md-theme-color: #304455}.md-editor-dark div.vuepress-theme{--md-theme-color: #999}div.vuepress-theme{font-size:16px;color:var(--md-theme-color)}div.vuepress-theme em{color:#4f5959;padding:0 6px 0 4px}.md-editor div.github-theme{--md-theme-code-inline-color: inherit;--md-theme-code-inline-bg-color: #eff1f2;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: inherit;--md-theme-code-block-bg-color: #f6f8fa;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}.md-editor-dark div.github-theme{--md-theme-code-inline-color: #c9d1d9;--md-theme-code-inline-bg-color: #2d3339;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #161b22;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}div.github-theme code{padding:.2em .4em;margin:0}div.github-theme pre code{padding:22px 1em;margin-block-end:0;word-break:normal;letter-spacing:1px}.md-editor div.github-theme{--md-theme-heading-color: inherit;--md-theme-heading-6-color: #2d3339;--md-theme-heading-1-border: 1px solid #d9dee4;--md-theme-heading-2-border: 1px solid #d9dee4}.md-editor-dark div.github-theme{--md-theme-heading-color: #c9d1d9;--md-theme-heading-6-color: #768390;--md-theme-heading-1-border: 1px solid #373e47;--md-theme-heading-2-border: 1px solid #373e47}div.github-theme h1,div.github-theme h2,div.github-theme h3,div.github-theme h4,div.github-theme h5,div.github-theme h6{margin-block-start:24px;margin-block-end:16px;font-weight:600;line-height:1.25}div.github-theme h1{padding-block-end:.3em;font-size:2em}div.github-theme h2{padding-block-end:.3em;font-size:1.5em}div.github-theme h3{font-size:1.25em}div.github-theme h4{font-size:1em}div.github-theme h5{font-size:.875em}div.github-theme h6{font-size:.85em}.md-editor div.github-theme{--md-theme-heading-bg-color: #fff}.md-editor-dark div.github-theme{--md-theme-heading-bg-color: #22272e}div.github-theme img{background-color:var(--md-theme-heading-bg-color)}.md-editor div.github-theme{--md-theme-link-color: #539bf5;--md-theme-link-hover-color: #539bf5}div.github-theme a:hover{text-decoration:underline}div.github-theme ol li+li,div.github-theme ul li+li{margin-block-start:.25em}.md-editor div.github-theme{--md-theme-quote-color: #57606a;--md-theme-quote-border: .25em solid #d0d7de}.md-editor-dark div.github-theme{--md-theme-quote-color: #8b949e;--md-theme-quote-border: .25em solid #444c56}div.github-theme blockquote{margin:0;padding:0 1em}.md-editor div.github-theme{--md-theme-table-stripe-color: #f7f8fa;--md-theme-table-tr-bg-color: #fff;--md-theme-table-td-border-color: #d0d7de}.md-editor-dark div.github-theme{--md-theme-table-stripe-color: #161b22;--md-theme-table-tr-bg-color: transparent;--md-theme-table-td-border-color: #30363d}div.github-theme table{display:block;max-width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}div.github-theme table tr th,div.github-theme table tr td{padding:6px 13px}.md-editor div.github-theme{--md-theme-color: #222}.md-editor-dark div.github-theme{--md-theme-color: #c9d1d9}div.github-theme{line-height:1.5;color:var(--md-theme-color)}div.github-theme p,div.github-theme blockquote,div.github-theme ul,div.github-theme ol,div.github-theme dl,div.github-theme table,div.github-theme pre,div.github-theme details{margin-block-start:0;margin-block-end:16px}.md-editor div.cyanosis-theme,.md-editor-dark div.cyanosis-theme{--md-theme-code-inline-color: var(--md-theme-code-color);--md-theme-code-inline-bg-color: var(--md-theme-code-bg-color);--md-theme-code-block-color: var(--md-theme-base-color);--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.cyanosis-theme code{padding:.065em .4em;font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto}div.cyanosis-theme code::selection{background-color:var(--md-theme-slct-codebg-color)}div.cyanosis-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.cyanosis-theme .md-editor-code pre code{padding:11px 12px 22px;margin:0;word-break:normal;line-height:1.75}div.cyanosis-theme .md-editor-code pre code span[rn-wrapper]{top:11px}.md-editor div.cyanosis-theme{--md-theme-heading-color: var(--md-theme-title-color)}div.cyanosis-theme h1{padding-block-end:4px;margin-block-start:36px;margin-block-end:10px;font-size:30px;line-height:1.5;transition:color .35s}div.cyanosis-theme h2{position:relative;padding-inline-start:10px;padding-inline-end:10px;padding-block-end:10px;margin-block-start:36px;margin-block-end:10px;font-size:24px;line-height:1.5;border-block-end:1px solid var(--md-theme-border-color-2);transition:color .35s}div.cyanosis-theme h2:before{content:"「";position:absolute;inset-block-start:-6px;inset-inline-start:-14px}div.cyanosis-theme h2:after{content:"」";position:relative;inset-block-start:6px;inset-inline-end:auto}div.cyanosis-theme h3{position:relative;padding-block-end:0;margin-block-start:30px;margin-block-end:10px;font-size:20px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h3:before{content:"»";padding-inline-end:6px;color:var(--md-theme-strong-color)}div.cyanosis-theme h4{padding-block-end:0;margin-block-start:24px;margin-block-end:10px;font-size:16px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h5{padding-block-end:0;margin-block-start:18px;margin-block-end:10px;font-size:14px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h6{padding-block-end:0;margin-block-start:12px;margin-block-end:10px;font-size:12px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h1::selection,div.cyanosis-theme h2::selection,div.cyanosis-theme h3::selection,div.cyanosis-theme h4::selection,div.cyanosis-theme h5::selection,div.cyanosis-theme h6::selection{color:var(--md-theme-slct-title-color);background-color:var(--md-theme-slct-titlebg-color)}@media (max-width: 720px){div.cyanosis-theme h1{font-size:24px}div.cyanosis-theme h2{font-size:20px}div.cyanosis-theme h3{font-size:18px}}.md-editor div.cyanosis-theme{--md-theme-link-color: var(--md-theme-link-color);--md-theme-link-hover-color: var(--md-theme-linkh-color)}div.cyanosis-theme a{position:relative;display:inline-block;text-decoration:none;border-block-end:1px solid var(--md-theme-border-color)}div.cyanosis-theme a:hover{border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme a:active{color:var(--md-theme-linkh-color)}div.cyanosis-theme a:after{position:absolute;content:"";inset-block-start:100%;inset-inline-start:0;width:100%;opacity:0;border-block-end:1px solid var(--md-theme-border-color);transition:top .3s,opacity .3s;transform:translateZ(0)}div.cyanosis-theme a:hover:after{top:0;opacity:1;border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme ol,div.cyanosis-theme ul{margin:0}div.cyanosis-theme ol li,div.cyanosis-theme ul li{margin-block-end:0;list-style:inherit}div.cyanosis-theme ol li .task-list-item,div.cyanosis-theme ul li .task-list-item{list-style:none}div.cyanosis-theme ol li .task-list-item ul,div.cyanosis-theme ol li .task-list-item ol,div.cyanosis-theme ul li .task-list-item ul,div.cyanosis-theme ul li .task-list-item ol{margin-block-start:0}div.cyanosis-theme ol ul,div.cyanosis-theme ol ol,div.cyanosis-theme ul ul,div.cyanosis-theme ul ol{margin-block-start:4px}div.cyanosis-theme ol li{padding-inline-start:6px}div.cyanosis-theme ol li::selection,div.cyanosis-theme ul li::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}div.cyanosis-theme .task-list-item-checkbox{position:relative}div.cyanosis-theme .contains-task-list input[type=checkbox]:before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:inherit;height:inherit;background:#f0f8ff;border:1px solid #add6ff;border-radius:var(--md-theme-radius-s);box-sizing:border-box;z-index:1}div.cyanosis-theme .contains-task-list input[type=checkbox][checked]:after{content:"✓";position:absolute;inset-block-start:-12px;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:0;height:0;color:#f55;font-size:20px;font-weight:700;z-index:2}div.cyanosis-theme p{line-height:inherit;margin-block-start:16px;margin-block-end:16px}div.cyanosis-theme p::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-quote-color: var(--md-theme-blockquote-color);--md-theme-quote-border: 4px solid var(--md-theme-strong-color);--md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color)}div.cyanosis-theme blockquote{padding:1px 20px;margin:22px 0;transition:color .35s}div.cyanosis-theme blockquote:after{display:block;content:""}div.cyanosis-theme blockquote>p{margin:10px 0}div.cyanosis-theme blockquote>b,div.cyanosis-theme blockquote>strong{color:var(--md-theme-strong-color)}div.cyanosis-theme table{display:inline-block!important;width:auto;max-width:100%;overflow:auto;border:1px solid var(--md-theme-table-border-color);border-spacing:0;border-collapse:collapse}div.cyanosis-theme table thead{color:#000;text-align:left;background:#f6f6f6}div.cyanosis-theme table tr:nth-child(2n){background-color:var(--md-theme-table-tr-nc-color)}div.cyanosis-theme table tr:hover{background-color:var(--md-theme-table-trh-color)}div.cyanosis-theme table th,div.cyanosis-theme table td{padding:12px 8px;line-height:24px;border:1px solid var(--md-theme-table-border-color)}div.cyanosis-theme table th{color:var(--md-theme-table-tht-color);background-color:var(--md-theme-table-th-color)}div.cyanosis-theme table td{min-width:120px}div.cyanosis-theme table thead th::selection{background-color:#0000}div.cyanosis-theme table tbody td::selection{background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-base-color:#353535;--md-theme-title-color:#005bb7;--md-theme-strong-color:#2196f3;--md-theme-em-color:#4fc3f7;--md-theme-del-color:#ccc;--md-theme-link-color:#3da8f5;--md-theme-linkh-color:#007fff;--md-theme-border-color:#bedcff;--md-theme-border-color-2:#ececec;--md-theme-bg-color:#fff;--md-theme-blockquote-color:#8c8c8c;--md-theme-blockquote-bg-color:#f0fdff;--md-theme-code-color:#c2185b;--md-theme-code-bg-color:#fff4f4;--md-theme-code-block-bg-color:#f8f8f8;--md-theme-table-border-color:#c3e0fd;--md-theme-table-th-color:#dff0ff;--md-theme-table-tht-color:#005bb7;--md-theme-table-tr-nc-color:#f7fbff;--md-theme-table-trh-color:#e0edf7;--md-theme-slct-title-color:#005bb7;--md-theme-slct-titlebg-color:rgba(175,207,247,.25);--md-theme-slct-text-color:#c80000;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#e8ebec;--md-theme-slct-codebg-color:#ffeaeb;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}.md-editor-dark div.cyanosis-theme{--md-theme-base-color:#cacaca;--md-theme-title-color:#ddd;--md-theme-strong-color:#fe9900;--md-theme-em-color:#ffd28e;--md-theme-del-color:#ccc;--md-theme-link-color:#ffb648;--md-theme-linkh-color:#fe9900;--md-theme-border-color:#ffe3ba;--md-theme-border-color-2:#ffcb7b;--md-theme-bg-color:#2f2f2f;--md-theme-blockquote-color:#c7c7c7;--md-theme-blockquote-bg-color:rgba(255,199,116,.1);--md-theme-code-color:#000;--md-theme-code-bg-color:#ffcb7b;--md-theme-code-block-bg-color:rgba(30,25,18,.5);--md-theme-table-border-color:#fe9900;--md-theme-table-th-color:#ffb648;--md-theme-table-tht-color:#000;--md-theme-table-tr-nc-color:#6d5736;--md-theme-table-trh-color:#947443;--md-theme-slct-title-color:#000;--md-theme-slct-titlebg-color:#fe9900;--md-theme-slct-text-color:#00c888;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#000;--md-theme-slct-codebg-color:#ffcb7b;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}div.cyanosis-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;color:var(--md-theme-base-color);transition:color .35s}div.cyanosis-theme hr{position:relative;width:98%;height:1px;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(90deg,var(--md-theme-link-color),rgba(255,0,0,.3),rgba(37,163,65,.3),rgba(255,0,0,.3),var(--md-theme-link-color));border-width:0;overflow:visible}div.cyanosis-theme b,div.cyanosis-theme strong{color:var(--md-theme-strong-color)}div.cyanosis-theme i,div.cyanosis-theme em{color:var(--md-theme-em-color)}div.cyanosis-theme del{color:var(--md-theme-del-color)}div.cyanosis-theme details>summary{outline:none;color:var(--md-theme-title-color);font-size:20px;font-weight:bolder;border-block-end:1px solid var(--md-theme-border-color);cursor:pointer}div.cyanosis-theme details>p{padding:10px 20px;margin:10px 0 0;color:#666;background-color:var(--md-theme-blockquote-bg-color);border:2px dashed var(--md-theme-strong-color)}div.cyanosis-theme a::selection,div.cyanosis-theme b::selection,div.cyanosis-theme strong::selection,div.cyanosis-theme i::selection,div.cyanosis-theme em::selection{background-color:var(--md-theme-slct-elbg-color)}div.cyanosis-theme del::selection{color:var(--md-theme-slct-del-color);background-color:var(--md-theme-slct-elbg-color)}.md-editor div.mk-cute-theme,.md-editor-dark div.mk-cute-theme{--md-theme-code-inline-color: #4ec9b0;--md-theme-code-inline-bg-color: #282c34;--md-theme-code-block-color: #4ec9b0;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 10px}div.mk-cute-theme code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto;padding:.14em .46em;margin:0 4px}div.mk-cute-theme .md-editor-code pre code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:22px;margin:0;word-break:normal;line-height:1.75}div.mk-cute-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.mk-cute-theme{--md-theme-heading-color: #36ace1}div.mk-cute-theme h1:before,div.mk-cute-theme h2:before,div.mk-cute-theme h3:before,div.mk-cute-theme h4:before,div.mk-cute-theme h5:before,div.mk-cute-theme h6:before{content:"";display:block;position:absolute;inset-inline-start:0;inset-block-start:0;inset-block-end:0;margin:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAF8UlEQVRIS71Wa2wUVRT+7r0zu9t2t/RBaSioPCpYbIUfaEIQUogSAwZDAlUSGwgg/CBATExMCJH1D2hIfOEjFEUEhViCgBgIUCH44OkjPAMGBVqhpUCfW3Zn5z7MuQOE0hYxMdxJdmd25s53vnO+851leMCLPWA8/CfA2TsvL8n7q+nTFfNLG+4VqInHOeJLDQMzdz/3r4DGGDb9lxu+aPcE7U61JHDMDePcuv0O21ShugOefqDdtBie3Dk6K/O+Ab+qOjJiz7Ahv6c8hbDDwRiQlgYGDOcaWyEcjg8On+j71IpJndjGt9XO+jM7+pkywNvbazIfercieSdoJ4bE5sWjyZqMpDdeaQNXMNC34ME3LV8B56+1w3AOgk+EXe/Ub6uiLB6XdH/G/mYjeBCcFwnt3zQqWt4t4NjjnhzQ1CGkBhwOCMFAB71U0qsYgRlwBtQ1tiEJAy44OBdQUmFK3aWS06NLT+ukZAQoKCCjsfbDmk6p78RwX3ncWffmIj8U4kh6GpEwh+9rGy23LDU4GBrrm9DsuDYIGMAYIC/EUNQ7Cq1hn+WM2TI8f+jEyCmvjfn1FssuojHx6tDkyZOaCzr8TNpASzDAk8amlRIrEylcSGsYrcGIstIYWhgDDIM2BiGH3ywFkGAC1U9n38bpVqWGdk6r4HMWrZZaG1D5KLn0qYyBEAKnG1otAxLR8L7Z9nfP13CJHQ/ST4vK8sVHe8JsU0U6uO5hlexo8PI7vNDQomwoBRAwpSmtgJAAztS3QLsOsmBQlBtFJMQhlbbPUBBUR7o2hqHVddLbRsfCPQJ+u3TPw8uGl1yklAlHIJZKo3//XEhlLCtifPFyM7xwCI/lZ8IKTTBbS7pPLIggZZsSQ+zXbT4UYSsnet3UMM5HPT5LGbrDGYQroClyT2Jwnyj9aN949e8mDCwuRFoqKxRHUJ21BSDRELuQYGhvbMVV32Dp2RuxcfHSRBfAYTsbU9nJdFj5EiLkglHkRInC1xoxKbH9hQJIaTDvxxTCUddWl4wg0dCCtqSPDmoVx4Eitpxh64ZtsT6b5ie6pPRkfF90TllxOzEwmipMKRRgHODGgCuJkqIcvDdC2BZ5Y+tlHHMzkAKghbAxcQqQDiKrFBxhqg5MHTivS1tQ+sdsvaQl5Yd6yfdRXNQLsQwXnq/AQFLXEIIjzBSuNaaR0SuEtkQKl9IKjAsbJaWfzo1USDsM6zceDJfeVGgnhhN2N7YOyo5kJz1pa2AbgfrO1gRwXW6vSRQNtddR+EhvKGmseskgTtY2Q7kucYWWgToPHzyUyXry0iXfnBtfl5f/PaWPvPNW/zkOAQegJHltFE5dSaCskHqPVEnqpMAMEgkPtR1pKxyh/N0/vTToubtH1G3RmLjhM8ubKXfWB2mRa9ySOaWS2uT8lTZ0cI6I52Ngv7zAbW9mQVm1cpytu441P38XeXTlQu+e46nyh+bjLkMZRU0MCYTCJWZSG1y7cBWNURpxBlxqFBfEwGnGGhaYPSNwhpSv4DK+/vPynBk9MqRIiOWs8a2WJTm9a+cgh6SaMIMz9W1WjYHHMtv0wSmZdWB9gdsya/rcYVg7JoffCdqlD6ceTpiY59tM0PhJp5WNvra+BQkejCMyBarr8KKYDcZi8sDaCDKYFIGRk+FnSVXzyTO9JxBwF8DLc1dlLn65ooNEYN0fBsu21fTvL6PXnhxXlnLIqqhYYBian4lQ2Lk9ogiALsimiLC1QYfhlV1Hnxh7JfcMqxrpd7U2GFa5t9nOd7Kr+kg4uWvnCpromlJeXlq3Os3ZLOlrZBmNQf1ybVqpxhbA7mRIOCy1+esDOWhIyDv/+3Q7LRbsqH+rKRJ+nba+/+WW7II1s9vvVBuNr7KNF1WUM1bSt5f1Vq01jUVkKfnx8uoti3Or5rbd9782M61azJz/rFywYU/OyKqK1p5G2MS1Z18tGFDwTkvIxcK9RwaMP3a9/tbc62lPj/Nw5B9ey9Ehy/MY4oEqelgNleuyCgdXJlmc3fO5Ll56r5f+n/f+AWFf9jvBgaHpAAAAAElFTkSuQmCC);animation:spin 2s linear 0s infinite}div.mk-cute-theme h1{position:relative;font-size:30px;padding:12px 38px;margin:30px 0}div.mk-cute-theme h1:before{width:30px;height:30px;background-size:30px 30px}div.mk-cute-theme h2{position:relative;font-size:24px;padding:12px 36px;margin:28px 0}div.mk-cute-theme h2:before{width:28px;height:28px;background-size:28px 28px}div.mk-cute-theme h3{position:relative;font-size:18px;padding:4px 32px;margin:26px 0}div.mk-cute-theme h3:before{width:24px;height:24px;background-size:24px 24px}div.mk-cute-theme h4{position:relative;padding:4px 28px;font-size:16px;margin:22px 0}div.mk-cute-theme h4:before{width:20px;height:20px;background-size:20px 20px}div.mk-cute-theme h5{position:relative;padding:4px 26px;font-size:15px;margin:20px 0}div.mk-cute-theme h5:before{width:18px;height:18px;background-size:18px 18px}div.mk-cute-theme h6{position:relative;padding:4px 22px;font-size:14px;margin:16px 0}div.mk-cute-theme h6:before{width:16px;height:16px;background-size:16px 16px}@media (max-width: 720px){div.mk-cute-theme h1{font-size:24px}div.mk-cute-theme h2{font-size:20px}div.mk-cute-theme h3{font-size:18px}}.md-editor div.mk-cute-theme{--md-theme-link-color: #409eff;--md-theme-link-hover-color: #007bff}div.mk-cute-theme a{display:inline-block;border-block-end:1px solid #409eff}div.mk-cute-theme a:hover,div.mk-cute-theme a:active{border-block-end:1px solid #007bff}div.mk-cute-theme ol li,div.mk-cute-theme ul li{margin-block-end:0;list-style:inherit}div.mk-cute-theme ol li .task-list-item,div.mk-cute-theme ul li .task-list-item{list-style:none}div.mk-cute-theme ol li .task-list-item ul,div.mk-cute-theme ol li .task-list-item ol,div.mk-cute-theme ul li .task-list-item ul,div.mk-cute-theme ul li .task-list-item ol{margin-block-start:0}div.mk-cute-theme ol ul,div.mk-cute-theme ol ol,div.mk-cute-theme ul ul,div.mk-cute-theme ul ol{margin-block-start:3px}div.mk-cute-theme ol li{padding-inline-start:6px}div.mk-cute-theme p{line-height:inherit;margin-block-start:22px;margin-block-end:22px}.md-editor div.mk-cute-theme{--md-theme-quote-color: #fff;--md-theme-quote-border: 4px solid #409eff;--md-theme-quote-bg-color: rgba(54, 172, 225, .75)}.md-editor-dark div.mk-cute-theme{--md-theme-quote-color: inherit;--md-theme-quote-border: 4px solid #265d97;--md-theme-quote-bg-color: rgba(18, 80, 108, .75)}div.mk-cute-theme blockquote{position:relative;padding:8px 26px;margin:16px 0;border-radius:var(--md-theme-radius-m)}div.mk-cute-theme blockquote:before{content:"❝";inset-block-start:10px;inset-inline-start:8px;color:#409eff;font-size:20px;line-height:1;font-weight:700;position:absolute;opacity:.7}div.mk-cute-theme blockquote:after{content:"❞";font-size:20px;position:absolute;inset-inline-end:8px;inset-block-end:0;color:#409eff;opacity:.7}div.mk-cute-theme blockquote>p,div.mk-cute-theme blockquote ul li,div.mk-cute-theme blockquote ol li{color:var(--md-theme-quote-color)}.md-editor div.mk-cute-theme{--md-theme-table-color: #000;--md-theme-table-border-color: #f6f6f6;--md-theme-table-thead-bg-color: #f6f6f6;--md-theme-table-stripe-color: #fcfcfc}.md-editor-dark div.mk-cute-theme{--md-theme-table-color: inherit;--md-theme-table-border-color: #1c1c1c;--md-theme-table-thead-bg-color: rgba(28, 28, 28, .631372549);--md-theme-table-stripe-color: rgba(28, 28, 28, .631372549)}div.mk-cute-theme table{display:inline-block;width:auto;max-width:100%;overflow:auto;border:solid 1px var(--md-theme-table-border-color)}div.mk-cute-theme table thead{background-color:var(--md-theme-table-thead-bg-color);color:var(--md-theme-table-color);text-align:left}div.mk-cute-theme table tr th,div.mk-cute-theme table tr td{padding:12px 7px;line-height:24px;border:none}div.mk-cute-theme table tr td{min-width:120px}div.mk-cute-theme blockquote table tbody{color:var(--md-theme-color)}div.mk-cute-theme blockquote table tr{background-color:var(--md-theme-table-stripe-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.md-editor div.mk-cute-theme{--md-theme-color: #36ace1;background-image:linear-gradient(90deg,#323a4240 3%,#0000 3%),linear-gradient(360deg,#323a4240 3%,#0000 3%)}.md-editor-dark div.mk-cute-theme{background-image:linear-gradient(90deg,#d9eafb40 3%,#0000 3%),linear-gradient(360deg,#d9eafb40 3%,#0000 3%);--md-theme-bg-color-scrollbar-thumb: #4d4d4d}div.mk-cute-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;background-size:20px 20px;background-position:center center}div.mk-cute-theme hr{position:relative;width:98%;height:1px;border:none;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(to right,#36ace1,#dff0fe,#36ace1);overflow:visible}div.mk-cute-theme del{color:#36ace1}.md-editor div.smart-blue-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #fff5f5;--md-theme-code-block-color: #333;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}.md-editor-dark div.smart-blue-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.smart-blue-theme code{overflow-x:auto;padding:.065em .4em}div.smart-blue-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.smart-blue-theme .md-editor-code pre code{padding:22px 12px;margin:0;word-break:normal}div.smart-blue-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.smart-blue-theme{--md-theme-heading-color: #135ce0}div.smart-blue-theme h1,div.smart-blue-theme h2,div.smart-blue-theme h3,div.smart-blue-theme h4,div.smart-blue-theme h5,div.smart-blue-theme h6{padding:30px 0;margin:0}div.smart-blue-theme h1 a,div.smart-blue-theme h2 a,div.smart-blue-theme h3 a,div.smart-blue-theme h4 a,div.smart-blue-theme h5 a,div.smart-blue-theme h6 a{border:none}div.smart-blue-theme h1{position:relative;text-align:center;font-size:22px;margin:50px 0}div.smart-blue-theme h2{position:relative;font-size:20px;border-inline-start:4px solid;padding:0 0 0 10px;margin:30px 0}div.smart-blue-theme h3{font-size:16px}div.smart-blue-theme img{margin:0 auto}.md-editor div.smart-blue-theme{--md-theme-link-color: #036aca}.md-editor-dark div.smart-blue-theme{--md-theme-link-color: #2d7dc7}div.smart-blue-theme a{font-weight:400}div.smart-blue-theme ul,div.smart-blue-theme ol{margin-block-start:1em}div.smart-blue-theme li{line-height:2;margin-block-end:0;list-style:inherit}div.smart-blue-theme p{line-height:2;font-weight:400}div.smart-blue-theme *+p{margin-block-start:16px}.md-editor div.smart-blue-theme{--md-theme-quote-color: #666;--md-theme-quote-bg-color: #fff9f9;--md-theme-quote-border-color: #b2aec5}.md-editor-dark div.smart-blue-theme{--md-theme-quote-color: #999;--md-theme-quote-bg-color: #2a2a2a;--md-theme-quote-border-color: #0063bb}div.smart-blue-theme blockquote{background-color:var(--md-theme-quote-bg-color);margin:2em 0;padding:2px 20px;border-inline-start:4px solid var(--md-theme-quote-border-color)}div.smart-blue-theme blockquote p{color:var(--md-theme-quote-color);line-height:2}.md-editor div.smart-blue-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.smart-blue-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.smart-blue-theme table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}div.smart-blue-theme table tr th,div.smart-blue-theme table tr td{padding:.6em 1em}div.smart-blue-theme blockquote table{line-height:initial}div.smart-blue-theme blockquote table tr th,div.smart-blue-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.smart-blue-theme blockquote table tbody tr:nth-child(n){background-color:inherit}.md-editor div.smart-blue-theme{--md-theme-color: #595959}.md-editor div.smart-blue-theme{background-image:linear-gradient(90deg,#3c0a1e0a 3%,#0000 3%),linear-gradient(360deg,#3c0a1e0a 3%,#0000 3%)}.md-editor-dark div.smart-blue-theme{--md-theme-color: #999}.md-editor-dark div.smart-blue-theme{background-image:linear-gradient(90deg,#cfcfcf0a 3%,#fff0 3%),linear-gradient(360deg,#cfcfcf0a 3%,#fff0 3%)}div.smart-blue-theme{color:var(--md-theme-color);font-family:-apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;background-size:20px 20px;background-position:center center}div.smart-blue-theme strong,div.smart-blue-theme em strong{color:#036aca}div.smart-blue-theme hr{border-block-start:1px solid #135ce0}[dir=rtl] .md-editor-catalog{direction:rtl}.md-editor-catalog-indicator{height:18px;width:4px;background-color:#73d13d;position:absolute;border-radius:4px;transition:top .3s}.md-editor-catalog>.md-editor-catalog-link{padding-block:5px;padding-inline:8px}.md-editor-catalog-link{padding-block:5px;padding-inline-start:1em;display:flex;flex-direction:column}.md-editor-catalog-link span{display:inline-block;width:100%;position:relative;overflow:hidden;color:var(--md-color);white-space:nowrap;text-overflow:ellipsis;transition:color .3s;cursor:pointer;line-height:18px}.md-editor-catalog-link span:hover{color:#73d13d}.md-editor-catalog-wrapper>.md-editor-catalog-link{padding-block-start:5px;padding-block-end:5px}.md-editor-catalog-wrapper>.md-editor-catalog-link:first-of-type{padding-block-start:10px}.md-editor-catalog-wrapper>.md-editor-catalog-link:last-of-type{padding-block-end:0}.md-editor-catalog-active>span{color:#73d13d}.md-editor-catalog-dark{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.md-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";width:100%;height:500px;position:relative;box-sizing:border-box;border:1px solid var(--md-border-color);display:flex;flex-direction:column;overflow:hidden;background-color:var(--md-bk-color)}.md-editor .md-editor-fullscreen{position:fixed!important;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inset-inline-start:0;width:auto!important;height:auto!important;z-index:10000}svg.md-editor-icon{width:16px;height:16px;padding-block:4px;padding-inline:4px;fill:none;overflow:hidden;display:block;box-sizing:content-box}.md-editor .lucide-list-icon,.md-editor .lucide-list-ordered-icon,.md-editor .lucide-list-todo-icon{width:18px;height:18px;padding-block:3px;padding-inline:3px}.md-editor-preview{font-size:16px;word-break:break-all;display:flow-root;padding-block:10px;padding-inline:20px}.md-editor-modal-container{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.md-editor-modal-container .lucide-xicon{width:20px;height:20px;padding-block:2px;padding-inline:2px}.md-editor-previewOnly{border:none;height:auto;overflow:visible}.md-editor-previewOnly .md-editor-content{height:100%}.md-editor-previewOnly .md-editor-preview{padding-block:0;padding-inline:0}.md-editor-previewOnly .md-editor-preview-wrapper{overflow:visible}.md-editor-dark,.md-editor-modal-container[data-theme=dark]{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:100001}.tree-node[data-v-16e4ca97]{-webkit-user-select:none;user-select:none}.node-label[data-v-16e4ca97]{display:flex;align-items:center;gap:6px;padding:6px 16px;cursor:pointer;transition:all .15s ease;color:#24292e;font-size:14px;line-height:20px;min-height:32px}.node-label[data-v-16e4ca97]:hover{background-color:#f6f8fa}.node-label.active[data-v-16e4ca97]{background-color:#0366d6;color:#fff}.node-label.is-directory .node-text[data-v-16e4ca97]{font-weight:600}.expand-icon[data-v-16e4ca97]{width:12px;height:12px;display:flex;align-items:center;justify-content:center;font-size:8px;transition:transform .15s ease;opacity:.7;flex-shrink:0}.expand-icon.visible[data-v-16e4ca97]{opacity:1}.expand-icon.expanded[data-v-16e4ca97]{transform:rotate(90deg)}.expand-icon[data-v-16e4ca97]:not(.visible){opacity:0;pointer-events:none}.node-icon[data-v-16e4ca97]{font-size:16px;line-height:1;flex-shrink:0}.node-text[data-v-16e4ca97]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.node-label.active .node-text[data-v-16e4ca97]{font-weight:500}.node-children[data-v-16e4ca97]{padding-left:18px}.article-tree-container[data-v-57868915]{display:flex;flex-direction:column;height:100%;background:#fff}.sidebar-header[data-v-57868915]{display:flex;align-items:center;gap:.5rem;padding:12px 16px;border-bottom:1px solid #e1e4e8;background:#f6f8fa;font-size:14px;font-weight:600;color:#24292e}.sidebar-header svg[data-v-57868915]{width:16px;height:16px;opacity:.7;flex-shrink:0}.sidebar-header h3[data-v-57868915]{margin:0;font-size:14px;font-weight:600;flex:1}.header-actions[data-v-57868915]{display:flex;gap:.5rem;align-items:center}.icon-btn[data-v-57868915]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s;padding:0}.icon-btn[data-v-57868915]:hover{background:#e5e7eb;color:#111827}.close-btn[data-v-57868915]{margin-left:4px}.tree-content[data-v-57868915]{flex:1;overflow-y:auto;padding:8px 0}.tree-status[data-v-57868915]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:#6b7280;text-align:center}.spinner[data-v-57868915]{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin-57868915 .8s linear infinite;margin-bottom:.5rem}@keyframes spin-57868915{to{transform:rotate(360deg)}}.retry-btn[data-v-57868915]{margin-top:.5rem;padding:6px 12px;background:#0366d6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;transition:background-color .15s ease}.retry-btn[data-v-57868915]:hover{background:#0256cc}.tree-content[data-v-57868915]::-webkit-scrollbar{width:6px}.tree-content[data-v-57868915]::-webkit-scrollbar-track{background:transparent}.tree-content[data-v-57868915]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.tree-content[data-v-57868915]::-webkit-scrollbar-thumb:hover{background:#9ca3af}[data-v-5f05f3a9]{box-sizing:border-box}.document-reader[data-v-5f05f3a9]{height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.reader-header[data-v-5f05f3a9]{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;z-index:10}.header-left[data-v-5f05f3a9]{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:0}.reader-title[data-v-5f05f3a9]{font-size:1.5rem;font-weight:600;color:#111827;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right[data-v-5f05f3a9]{display:flex;gap:.5rem}.icon-btn[data-v-5f05f3a9]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s}.icon-btn[data-v-5f05f3a9]:hover{background:#e5e7eb;color:#111827}.spinner[data-v-5f05f3a9]{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin-5f05f3a9 .8s linear infinite;margin-bottom:.5rem}@keyframes spin-5f05f3a9{to{transform:rotate(360deg)}}.reader-body[data-v-5f05f3a9]{display:flex;flex:1;overflow:hidden}.sidebar[data-v-5f05f3a9]{width:280px;border-right:1px solid #e1e4e8;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.show-sidebar-btn[data-v-5f05f3a9]{position:fixed;left:16px;top:16px;z-index:100;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;cursor:pointer;color:#6b7280;transition:all .2s}.show-sidebar-btn[data-v-5f05f3a9]:hover{background:#f3f4f6;color:#111827;box-shadow:0 4px 12px #0003}.content-main[data-v-5f05f3a9]{flex:1;overflow:hidden;background:#fff;display:flex}.content-wrapper[data-v-5f05f3a9]{display:flex;flex:1;overflow:hidden}.content-status[data-v-5f05f3a9]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#586069;min-height:400px}.content-status svg[data-v-5f05f3a9]{margin-bottom:1rem;opacity:.5}.article-content[data-v-5f05f3a9]{flex:1;overflow-y:auto;padding:24px 40px;max-width:none}.toc-sidebar[data-v-5f05f3a9]{width:240px;border-left:1px solid #e1e4e8;background:#f6f8fa;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.toc-header[data-v-5f05f3a9]{padding:16px 20px;font-weight:600;font-size:14px;color:#24292e;border-bottom:1px solid #e1e4e8;background:#fff;flex-shrink:0}.toc-content[data-v-5f05f3a9]{flex:1;overflow-y:hidden;padding:16px 20px}.article-content[data-v-5f05f3a9]::-webkit-scrollbar{width:6px}.article-content[data-v-5f05f3a9]::-webkit-scrollbar-track{background:transparent}.article-content[data-v-5f05f3a9]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.article-content[data-v-5f05f3a9]::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1200px){.toc-sidebar[data-v-5f05f3a9]{display:none}.article-content[data-v-5f05f3a9]{padding:16px}}@media (max-width: 768px){.reader-header[data-v-5f05f3a9]{padding:.75rem 1rem}.reader-title[data-v-5f05f3a9]{font-size:1.25rem}.sidebar[data-v-5f05f3a9]{width:260px}.article-content[data-v-5f05f3a9]{padding:16px}.show-sidebar-btn[data-v-5f05f3a9]{left:12px;top:12px}}@media (max-width: 640px){.sidebar[data-v-5f05f3a9]{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .3s;box-shadow:2px 0 8px #0000001a}.sidebar.show[data-v-5f05f3a9]{transform:translate(0)}}[data-v-6fb1d2ec]{box-sizing:border-box}.article-page[data-v-6fb1d2ec]{height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.article-body[data-v-6fb1d2ec]{display:flex;flex:1;overflow:hidden;height:100%}.toc-sidebar[data-v-6fb1d2ec]{width:260px;border-right:1px solid #e1e4e8;background:#f6f8fa;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.toc-header[data-v-6fb1d2ec]{padding:20px 20px 16px;font-weight:700;font-size:16px;color:#24292e;background:#fff;flex-shrink:0;line-height:1.4;word-break:break-word;border-bottom:2px solid #667eea}.toc-content[data-v-6fb1d2ec]{flex:1;overflow-y:auto;padding:16px 20px}.content-main[data-v-6fb1d2ec]{flex:1;overflow:hidden;background:#fff;display:flex;flex-direction:column}.content-status[data-v-6fb1d2ec]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#586069;min-height:400px}.content-status svg[data-v-6fb1d2ec]{margin-bottom:1rem;opacity:.5}.content-status h3[data-v-6fb1d2ec]{margin:.5rem 0;color:#24292e;font-size:1.25rem}.content-status p[data-v-6fb1d2ec]{margin:.5rem 0;color:#586069}.spinner[data-v-6fb1d2ec]{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin-6fb1d2ec .8s linear infinite;margin-bottom:1rem}@keyframes spin-6fb1d2ec{to{transform:rotate(360deg)}}.retry-btn[data-v-6fb1d2ec]{margin-top:1rem;padding:.5rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s}.retry-btn[data-v-6fb1d2ec]:hover{background:#5568d3;transform:translateY(-1px)}.article-content[data-v-6fb1d2ec]{flex:1;overflow-y:auto;padding:40px 60px}.article-content[data-v-6fb1d2ec] .md-editor-preview-wrapper{padding:0}.article-content[data-v-6fb1d2ec] .md-editor-preview{color:#24292e;font-size:16px;line-height:1.6}.article-content[data-v-6fb1d2ec] .md-editor-preview h1{font-size:2em;font-weight:600;margin:24px 0 16px;padding-bottom:.3em;border-bottom:1px solid #eaecef;line-height:1.25}.article-content[data-v-6fb1d2ec] .md-editor-preview h2{font-size:1.5em;font-weight:600;margin:24px 0 16px;padding-bottom:.3em;border-bottom:1px solid #eaecef;line-height:1.25}.article-content[data-v-6fb1d2ec] .md-editor-preview h3{font-size:1.25em;font-weight:600;margin:24px 0 16px;line-height:1.25}.article-content[data-v-6fb1d2ec] .md-editor-preview h4{font-size:1em;font-weight:600;margin:24px 0 16px;line-height:1.25}.article-content[data-v-6fb1d2ec] .md-editor-preview h5{font-size:.875em;font-weight:600;margin:24px 0 16px;line-height:1.25}.article-content[data-v-6fb1d2ec] .md-editor-preview h6{font-size:.85em;font-weight:600;margin:24px 0 16px;line-height:1.25;color:#6a737d}.article-content[data-v-6fb1d2ec] .md-editor-preview p{margin-top:0;margin-bottom:16px}.article-content[data-v-6fb1d2ec] .md-editor-preview code{background:#282c34;color:#abb2bf;padding:.2em .4em;border-radius:3px;font-size:.9em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.article-content[data-v-6fb1d2ec] .md-editor-preview pre{background:#282c34;border-radius:8px;padding:0;overflow:hidden;font-size:.95em;line-height:1.6;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.article-content[data-v-6fb1d2ec] .md-editor-preview pre code{background:transparent;color:#abb2bf;padding:20px;border-radius:0;font-size:15px;display:block;line-height:1.6;overflow-x:auto;white-space:pre}.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs{background:#282c34!important;color:#abb2bf!important;padding:20px!important;overflow-x:auto;display:block}.article-content[data-v-6fb1d2ec] .md-editor-preview pre::-webkit-scrollbar,.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs::-webkit-scrollbar,.article-content[data-v-6fb1d2ec] .md-editor-preview pre code::-webkit-scrollbar{width:8px;height:8px}.article-content[data-v-6fb1d2ec] .md-editor-preview pre::-webkit-scrollbar-track,.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs::-webkit-scrollbar-track,.article-content[data-v-6fb1d2ec] .md-editor-preview pre code::-webkit-scrollbar-track{background:#21252b;border-radius:4px}.article-content[data-v-6fb1d2ec] .md-editor-preview pre::-webkit-scrollbar-thumb,.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs::-webkit-scrollbar-thumb,.article-content[data-v-6fb1d2ec] .md-editor-preview pre code::-webkit-scrollbar-thumb{background:#4b5263;border-radius:4px}.article-content[data-v-6fb1d2ec] .md-editor-preview pre::-webkit-scrollbar-thumb:hover,.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs::-webkit-scrollbar-thumb:hover,.article-content[data-v-6fb1d2ec] .md-editor-preview pre code::-webkit-scrollbar-thumb:hover{background:#5c6370}.article-content[data-v-6fb1d2ec] .md-editor-preview pre::-webkit-scrollbar-corner,.article-content[data-v-6fb1d2ec] .md-editor-preview .hljs::-webkit-scrollbar-corner,.article-content[data-v-6fb1d2ec] .md-editor-preview pre code::-webkit-scrollbar-corner{background:#21252b}.article-content[data-v-6fb1d2ec] .md-editor-preview .code-block,.article-content[data-v-6fb1d2ec] .md-editor-preview .code-block-wrapper{background:#282c34}.article-content[data-v-6fb1d2ec] .md-editor-preview .line-numbers-wrapper{background:#282c34;padding:20px 16px 20px 0;border-right:1px solid #3e4451;-webkit-user-select:none;user-select:none;text-align:right;color:#5c6370;font-size:15px;line-height:1.6}.article-content[data-v-6fb1d2ec] .md-editor-preview .line-numbers-wrapper .line-number{display:block;line-height:1.6;min-height:1.6em}.article-content[data-v-6fb1d2ec] .md-editor-preview .code-block-wrapper .code{padding:20px 20px 20px 16px;background:#282c34;overflow-x:auto;font-size:15px;line-height:1.6}.article-content[data-v-6fb1d2ec] .md-editor-preview .code-block-wrapper .code code{background:transparent;padding:0;font-size:15px;line-height:1.6}.article-content[data-v-6fb1d2ec] .md-editor-preview blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5;margin:0 0 16px}.article-content[data-v-6fb1d2ec] .md-editor-preview img{max-width:100%;box-sizing:content-box;background-color:#fff;border-radius:6px}.article-content[data-v-6fb1d2ec] .md-editor-preview table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;margin-bottom:16px}.article-content[data-v-6fb1d2ec] .md-editor-preview table th{font-weight:600;padding:6px 13px;border:1px solid #dfe2e5;background:#f6f8fa}.article-content[data-v-6fb1d2ec] .md-editor-preview table td{padding:6px 13px;border:1px solid #dfe2e5}.article-content[data-v-6fb1d2ec] .md-editor-preview ul,.article-content[data-v-6fb1d2ec] .md-editor-preview ol{padding-left:2em;margin-top:0;margin-bottom:16px}.article-content[data-v-6fb1d2ec] .md-editor-preview li{margin-top:.25em}.article-content[data-v-6fb1d2ec] .md-editor-preview hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.article-content[data-v-6fb1d2ec] .md-editor-preview a{color:#0366d6;text-decoration:none}.article-content[data-v-6fb1d2ec] .md-editor-preview a:hover{text-decoration:underline}.toc-content[data-v-6fb1d2ec] .md-editor-catalog,.toc-content[data-v-6fb1d2ec] .md-editor-catalog-wrapper{padding:0}.toc-content[data-v-6fb1d2ec] .md-editor-catalog-link{color:#586069;text-decoration:none;transition:all .2s;padding:6px 12px;border-radius:4px;display:block;font-size:13px;line-height:1.5;margin-bottom:4px;cursor:pointer;border-left:2px solid transparent}.toc-content[data-v-6fb1d2ec] .md-editor-catalog-link:hover{color:#667eea;background:#f0f4ff}.toc-content[data-v-6fb1d2ec] .md-editor-catalog-link.active{color:#667eea;background:#f0f4ff;font-weight:500;border-left-color:#667eea}.article-content[data-v-6fb1d2ec]::-webkit-scrollbar,.toc-content[data-v-6fb1d2ec]::-webkit-scrollbar{width:6px}.article-content[data-v-6fb1d2ec]::-webkit-scrollbar-track,.toc-content[data-v-6fb1d2ec]::-webkit-scrollbar-track{background:transparent}.article-content[data-v-6fb1d2ec]::-webkit-scrollbar-thumb,.toc-content[data-v-6fb1d2ec]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.article-content[data-v-6fb1d2ec]::-webkit-scrollbar-thumb:hover,.toc-content[data-v-6fb1d2ec]::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1200px){.toc-sidebar[data-v-6fb1d2ec]{width:240px}.article-content[data-v-6fb1d2ec]{padding:24px 32px}}@media (max-width: 992px){.toc-sidebar[data-v-6fb1d2ec]{display:none}.article-content[data-v-6fb1d2ec]{padding:24px 32px}}@media (max-width: 768px){.article-content[data-v-6fb1d2ec]{padding:16px 20px}}@media (max-width: 640px){.article-content[data-v-6fb1d2ec]{padding:12px 16px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:#2c3e50;background-color:#fafbfc}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}a{color:#3eaf7c;text-decoration:none;transition:color .3s}a:hover{color:#369870}.btn{display:inline-block;padding:.75rem 1.5rem;background:#3eaf7c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s;text-decoration:none}.btn:hover{background:#369870;transform:translateY(-1px);box-shadow:0 4px 8px #3eaf7c4d}.btn-outline{background:transparent;color:#3eaf7c;border:1px solid #3eaf7c}.btn-outline:hover{background:#3eaf7c;color:#fff}.card{background:white;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s,transform .3s}.card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width: 768px){.container{padding:0 15px}body{font-size:14px}}@media (max-width: 480px){.container{padding:0 10px}}
