.doc-search{position:relative;width:100%}.search-trigger{align-items:center;background:var(--card-bg);border:1.5px solid var(--border-color);border-radius:10px;cursor:pointer;display:flex;gap:0;height:44px;padding:0 3.5rem 0 3rem;position:relative;transition:all .2s ease}.search-trigger:hover{border-color:var(--theme-color);box-shadow:0 0 0 4px rgba(var(--theme-color-rgb),.1)}.search-trigger:hover .search-icon{color:var(--theme-color)}.search-trigger .search-icon{align-items:center;color:var(--text-color-secondary);display:flex;height:100%;justify-content:center;left:0;position:absolute;transition:color .2s;width:3rem}.search-trigger .search-placeholder{flex:1;font-size:.875rem;opacity:.7}.search-trigger .search-placeholder,.search-trigger .search-shortcut{color:var(--text-color-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.search-trigger .search-shortcut{align-items:center;background:var(--hover-color);border:1px solid var(--border-color);border-radius:5px;box-shadow:0 1px 2px #0000000d;display:flex;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;font-size:.75rem;font-weight:600;height:1.75rem;justify-content:center;padding:0 .625rem;position:absolute;right:1rem}@media (max-width:768px){.search-trigger .search-shortcut{display:none}.search-trigger{height:40px;padding:0 1rem 0 2.5rem}.search-trigger .search-icon{width:2.5rem}.search-trigger .search-placeholder{font-size:.8125rem}}.search-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9998}@media (max-width:768px){.search-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009}}.overlay-enter-active,.overlay-leave-active{transition:opacity .2s ease}.overlay-enter-from,.overlay-leave-to{opacity:0}.search-modal-enter-active,.search-modal-leave-active{transition:transform .35s cubic-bezier(.25,.8,.25,1),opacity .25s ease}.search-modal-enter-from,.search-modal-leave-to{opacity:0;transform:translate(-50%,calc(-50% - 20px)) scale(.95)}.search-modal{background:var(--card-bg);border:1.5px solid var(--border-color);border-radius:16px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;left:50%;max-height:85vh;max-width:720px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:9999}@media (max-width:768px){.search-modal{max-height:80vh;max-width:550px;width:calc(100vw - 2rem)}}@media (max-width:480px){.search-modal{max-height:75vh;width:calc(100vw - 1.5rem)}}.modal-header{align-items:center;background:var(--bg-color);border-bottom:1.5px solid var(--border-color);display:flex;flex-shrink:0;gap:.75rem;padding:1.25rem 1.5rem}@media (max-width:768px){.modal-header{padding:1rem 1.25rem}}.modal-search-input{align-items:center;display:flex;flex:1;position:relative}.modal-search-input .search-icon{align-items:center;color:var(--theme-color);display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;width:3rem}.modal-search-input .modal-input{background:transparent;border:none;color:var(--text-color);font-size:1rem;height:48px;outline:none;padding:0 3rem;width:100%}.modal-search-input .modal-input::-moz-placeholder{color:var(--text-color-secondary);opacity:.6}.modal-search-input .modal-input::placeholder{color:var(--text-color-secondary);opacity:.6}@media (max-width:768px){.modal-search-input .modal-input{font-size:.9375rem;height:44px}}.modal-search-input .clear-button{align-items:center;background:var(--hover-color);border:none;border-radius:6px;color:var(--text-color-secondary);cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:0;transition:all .2s;width:2rem}.modal-search-input .clear-button:hover{background:var(--input-color);color:var(--title-color)}.modal-search-input .clear-button:active{transform:scale(.95)}.close-button{align-items:center;background:var(--hover-color);border:none;border-radius:8px;color:var(--text-color-secondary);cursor:pointer;display:flex;flex-shrink:0;height:2.25rem;justify-content:center;transition:all .2s;width:2.25rem}.close-button:hover{background:var(--input-color);color:var(--title-color)}.close-button:active{transform:scale(.95)}@media (max-width:768px){.close-button{height:2rem;width:2rem}}.modal-body{flex:1;overflow-x:hidden;overflow-y:auto}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}.results-container{padding:.5rem}.results-header{border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding:.75rem 1rem .5rem}.results-count{color:var(--text-color-secondary);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.results-list{padding:.5rem}.result-item{align-items:flex-start;border:1px solid transparent;border-radius:8px;cursor:pointer;display:flex;gap:1rem;margin-bottom:.25rem;padding:1rem;text-decoration:none;transition:all .15s ease}.result-item.highlighted,.result-item:hover{background:var(--hover-color);border-color:rgba(var(--theme-color-rgb),.3);transform:translate(3px)}.result-item.highlighted{box-shadow:0 2px 8px rgba(var(--theme-color-rgb),.15)}.result-icon{align-items:center;background:linear-gradient(135deg,rgba(var(--theme-color-rgb),.15),rgba(var(--theme-color-rgb),.05));border:1px solid rgba(var(--theme-color-rgb),.2);border-radius:10px;color:var(--theme-color);display:flex;flex-shrink:0;height:2.75rem;justify-content:center;width:2.75rem}.result-content{flex:1;min-width:0}.result-breadcrumb{flex-wrap:wrap;margin-bottom:.5rem}.breadcrumb-item,.result-breadcrumb{align-items:center;display:flex;gap:.25rem}.breadcrumb-item{color:var(--text-color-secondary);font-size:.6875rem;font-weight:500}.breadcrumb-item .breadcrumb-separator{color:var(--border-color);margin:0 .125rem}.result-title{color:var(--title-color);font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem}.result-title :deep(mark){background:rgba(var(--theme-color-rgb),.25);border-radius:4px;color:var(--theme-color);font-weight:700;padding:.125rem .375rem}.result-description{color:var(--text-color-secondary);display:-webkit-box;font-size:.8125rem;line-height:1.5;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.result-description :deep(mark){background:rgba(var(--theme-color-rgb),.15);border-radius:3px;color:var(--text-color);font-weight:600;padding:.125rem .25rem}.result-category{align-items:center;background:rgba(var(--theme-color-rgb),.08);border:1px solid rgba(var(--theme-color-rgb),.2);border-radius:6px;color:var(--theme-color);display:inline-flex;font-size:.6875rem;font-weight:600;gap:.375rem;letter-spacing:.3px;padding:.25rem .625rem;text-transform:uppercase}.result-arrow{align-items:center;color:var(--text-color-secondary);display:flex;flex-shrink:0;justify-content:center;margin-top:.5rem;opacity:0;transition:all .2s}.result-item.highlighted .result-arrow,.result-item:hover .result-arrow{opacity:1;transform:translate(3px)}.empty-state{padding:1.5rem}.empty-state .history-section,.empty-state .popular-section{margin-bottom:1.5rem}.empty-state .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:0 .5rem}.empty-state .section-title{align-items:center;color:var(--title-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.empty-state .section-title svg{color:var(--theme-color)}.empty-state .clear-history-btn{align-items:center;background:transparent;border:none;border-radius:6px;color:var(--text-color-secondary);cursor:pointer;display:flex;height:1.75rem;justify-content:center;transition:all .2s;width:1.75rem}.empty-state .clear-history-btn:hover{background:var(--hover-color);color:var(--title-color)}.empty-state .history-list,.empty-state .popular-list{display:flex;flex-direction:column;gap:.5rem}.empty-state .history-item,.empty-state .popular-item{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.875rem 1rem;text-align:left;transition:all .2s}.empty-state .history-item svg,.empty-state .popular-item svg{color:var(--text-color-secondary);flex-shrink:0}.empty-state .history-item span,.empty-state .popular-item span{flex:1}.empty-state .history-item .item-arrow,.empty-state .popular-item .item-arrow{opacity:0;transition:all .2s}.empty-state .history-item:hover,.empty-state .popular-item:hover{background:var(--hover-color);border-color:var(--theme-color);transform:translate(3px)}.empty-state .history-item:hover svg,.empty-state .popular-item:hover svg{color:var(--theme-color)}.empty-state .history-item:hover .item-arrow,.empty-state .popular-item:hover .item-arrow{opacity:1}.empty-state .history-item:active,.empty-state .popular-item:active{transform:translate(3px) scale(.98)}.empty-state .empty-hint{align-items:center;color:var(--text-color-secondary);display:flex;font-size:.875rem;gap:.5rem;justify-content:center;line-height:1.5;padding:1.5rem 1rem;text-align:center}.empty-state .empty-hint svg{flex-shrink:0;opacity:.6}.no-results{padding:4rem 2rem;text-align:center}.no-results .empty-icon{color:var(--text-color-secondary);margin-bottom:1.5rem;opacity:.3}.no-results .empty-title{color:var(--title-color);font-size:1.125rem;font-weight:600;margin-bottom:.625rem}.no-results .empty-text{color:var(--text-color-secondary);font-size:.9375rem}.no-results .empty-text .link{color:var(--theme-color);text-decoration:underline;transition:opacity .2s}.no-results .empty-text .link:hover{opacity:.8}.modal-footer{background:rgba(var(--hover-color),.5);border-top:1px solid var(--border-color);flex-shrink:0;padding:.875rem 1rem}.search-tips{align-items:center;color:var(--text-color-secondary);display:flex;font-size:.75rem;gap:1.25rem}@media (max-width:768px){.search-tips{flex-wrap:wrap;font-size:.8125rem;gap:1rem;justify-content:center}}.search-tips .tip-item{align-items:center;display:flex;gap:.375rem}.search-tips kbd{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:5px;box-shadow:0 1px 3px #00000014;color:var(--text-color);display:inline-flex;font-family:inherit;font-size:.6875rem;font-weight:600;height:1.625rem;justify-content:center;min-width:1.625rem;padding:0 .5rem}.theme-toggle[data-v-f06e0549],.theme-toggle-wrapper[data-v-f06e0549]{position:relative}.theme-toggle[data-v-f06e0549]{align-items:center;background:var(--hover-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.theme-toggle[data-v-f06e0549] svg{color:currentColor;transition:color .2s ease}.theme-toggle[data-v-f06e0549]:hover{background:var(--input-color);border-color:var(--theme-color);color:var(--theme-color);transform:translateY(-1px)}.theme-toggle[data-v-f06e0549]:active{transform:translateY(0)}@media (max-width:768px){.theme-toggle[data-v-f06e0549]{height:36px;width:36px}}.theme-icon[data-v-f06e0549]{transition:transform .3s ease}.theme-toggle:active .theme-icon[data-v-f06e0549]{transform:rotate(180deg)}.doc-header[data-v-87f76978]{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--card-bg);border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.header-container[data-v-87f76978]{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1280px;min-height:64px;padding:.875rem 2rem}@media (max-width:1024px){.header-container[data-v-87f76978]{gap:1.5rem;padding:.875rem 1.5rem}}@media (max-width:768px){.header-container[data-v-87f76978]{flex-wrap:wrap;gap:.75rem;padding:.625rem 1rem;row-gap:.5rem}}.header-logo[data-v-87f76978]{align-items:center;color:var(--title-color);display:flex;flex-shrink:0;font-size:1rem;font-weight:600;gap:.75rem;text-decoration:none;transition:color .2s;white-space:nowrap}.header-logo .logo-image[data-v-87f76978]{flex-shrink:0;height:36px;width:auto}@media (max-width:768px){.header-logo .logo-image[data-v-87f76978]{height:32px}}@media (max-width:640px){.header-logo .logo-text[data-v-87f76978]{display:none}}.header-logo[data-v-87f76978]:hover{color:var(--theme-color)}.header-search[data-v-87f76978]{flex:1;max-width:480px;min-width:0}@media (max-width:768px){.header-search[data-v-87f76978]{flex-basis:100%;margin-top:0;max-width:none;order:3;width:100%}}.header-actions[data-v-87f76978]{align-items:center;display:flex;flex-shrink:0;gap:1rem}@media (max-width:768px){.header-actions[data-v-87f76978]{gap:.5rem}}.header-actions[data-v-87f76978] .language-switch .current-language{background:var(--hover-color);border-color:var(--border-color);color:var(--text-color)}.header-actions[data-v-87f76978] .language-switch .current-language:hover{background:var(--input-color);border-color:var(--theme-color);color:var(--theme-color)}.header-actions[data-v-87f76978] .language-switch .language-dropdown.active .current-language{background:var(--input-color);border-color:var(--theme-color);box-shadow:0 0 0 3px rgba(var(--theme-color-rgb,0,102,255),.1);color:var(--theme-color)}.header-actions[data-v-87f76978] .language-switch .language-options{background:var(--card-bg);border-color:var(--border-color);box-shadow:0 4px 12px #0000001a,0 0 0 1px var(--border-color)}.header-actions[data-v-87f76978] .language-switch .language-option{color:var(--text-color)}.header-actions[data-v-87f76978] .language-switch .language-option:hover{background:var(--hover-color);color:var(--text-color)}.header-actions[data-v-87f76978] .language-switch .language-option.active{background:var(--hover-color);color:var(--theme-color)}.btn-back[data-v-87f76978]{align-items:center;background:var(--hover-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;text-decoration:none;transition:all .2s;white-space:nowrap}.btn-back[data-v-87f76978]:hover{background:var(--input-color);border-color:var(--theme-color);color:var(--theme-color)}@media (max-width:768px){.btn-back .btn-text[data-v-87f76978]{display:none}.btn-back[data-v-87f76978]{padding:.5rem}}.doc-sidebar-nav[data-v-09c76a33]{padding:1rem 0}.nav-section[data-v-09c76a33]{margin-bottom:.5rem}.nav-group-toggle[data-v-09c76a33],.nav-link[data-v-09c76a33]{align-items:center;background:transparent;border:none;border-radius:6px;color:var(--text-color-secondary);cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem 1rem;text-align:left;text-decoration:none;transition:all .2s;width:100%}.nav-group-toggle[data-v-09c76a33]:hover,.nav-link[data-v-09c76a33]:hover{background:var(--hover-color);color:var(--text-color)}.nav-group-toggle.active[data-v-09c76a33],.nav-link.active[data-v-09c76a33]{background:var(--hover-color);color:var(--theme-color);font-weight:600}.nav-group-toggle[data-v-09c76a33]{font-weight:500;justify-content:space-between}.nav-group-toggle .toggle-left[data-v-09c76a33]{align-items:center;display:flex;gap:.75rem}.nav-group-toggle .expand-icon[data-v-09c76a33]{flex-shrink:0;transition:transform .2s}.nav-group-toggle.expanded .expand-icon[data-v-09c76a33]{transform:rotate(180deg)}.nav-children[data-v-09c76a33]{margin-top:.25rem;padding-left:2.25rem}.nav-child-link[data-v-09c76a33]{align-items:center;border-radius:6px;color:var(--text-color-secondary);display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.nav-child-link[data-v-09c76a33]:hover{background:var(--hover-color);color:var(--text-color)}.nav-child-link.active[data-v-09c76a33]{background:rgba(var(--theme-color-rgb),.1);color:var(--theme-color);font-weight:500}.nav-badge[data-v-09c76a33]{background:var(--theme-color);border-radius:4px;color:#fff;flex-shrink:0;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.doc-breadcrumb[data-v-a2ccbbf8]{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding:.75rem 0}.breadcrumb-list[data-v-a2ccbbf8]{flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumb-item[data-v-a2ccbbf8],.breadcrumb-list[data-v-a2ccbbf8]{align-items:center;display:flex;gap:.5rem}.breadcrumb-item[data-v-a2ccbbf8]{color:var(--text-color-secondary);font-size:.875rem}.breadcrumb-item a[data-v-a2ccbbf8]{color:var(--text-color-secondary);font-weight:500;text-decoration:none;transition:color .2s}.breadcrumb-item a[data-v-a2ccbbf8]:hover{color:var(--theme-color)}.breadcrumb-item span[data-v-a2ccbbf8]{color:var(--title-color);font-weight:600}.separator[data-v-a2ccbbf8]{color:var(--text-color-secondary);flex-shrink:0;opacity:.6}.reading-progress[data-v-98e2e50a]{background:transparent;height:3px;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:1000}.reading-progress.visible[data-v-98e2e50a]{opacity:1}.progress-bar[data-v-98e2e50a]{background:linear-gradient(90deg,var(--theme-color) 0,rgba(var(--theme-color-rgb,0,102,255),.6) 100%);box-shadow:0 2px 8px rgba(var(--theme-color-rgb,0,102,255),.4);height:100%;position:relative;transition:width .1s ease-out}.progress-bar[data-v-98e2e50a]:after{background:#fff;bottom:0;box-shadow:0 0 8px #fffc;content:"";position:absolute;right:0;top:0;width:2px}@media (max-width:768px){.reading-progress[data-v-98e2e50a]{height:2px}}.doc-layout[data-v-f52ffd5e]{background:var(--bg-color);font-family:var(--font-family);min-height:100vh}.doc-body[data-v-f52ffd5e]{display:grid;gap:2rem;grid-template-columns:240px 1fr;margin:0 auto;max-width:1280px;padding:2rem}@media (max-width:1024px){.doc-body[data-v-f52ffd5e]{grid-template-columns:1fr;padding:1rem}}.doc-sidebar[data-v-f52ffd5e]{height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 4rem);overflow-y:auto;position:sticky;scrollbar-color:var(--border-color) transparent;scrollbar-width:thin;top:2rem}.doc-sidebar[data-v-f52ffd5e]::-webkit-scrollbar{width:6px}.doc-sidebar[data-v-f52ffd5e]::-webkit-scrollbar-track{background:transparent}.doc-sidebar[data-v-f52ffd5e]::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.doc-sidebar[data-v-f52ffd5e]::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}@media (max-width:1024px){.doc-sidebar[data-v-f52ffd5e]{background:var(--bg-color);box-shadow:2px 0 8px #0000001a;height:100vh;left:-100%;padding:1rem;position:fixed;top:0;transition:left .3s ease;width:280px;z-index:1000}.doc-sidebar.active[data-v-f52ffd5e]{left:0}}.sidebar-overlay[data-v-f52ffd5e]{display:none}@media (max-width:1024px){.sidebar-overlay[data-v-f52ffd5e]{background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:999}}.doc-main[data-v-f52ffd5e]{min-width:0}.doc-content[data-v-f52ffd5e]{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);padding:2.5rem 3rem}.doc-content.max-width-lg[data-v-f52ffd5e]{max-width:800px}.doc-content.max-width-xl[data-v-f52ffd5e]{max-width:1000px}@media (max-width:1024px){.doc-content[data-v-f52ffd5e]{padding:2rem 2.5rem}}@media (max-width:768px){.doc-content[data-v-f52ffd5e]{border-radius:6px;padding:1.5rem 1.25rem}}@media (max-width:480px){.doc-content[data-v-f52ffd5e]{border-left:none;border-radius:0;border-right:none;padding:1.25rem 1rem}}.mobile-menu-toggle[data-v-f52ffd5e]{display:none}@media (max-width:1024px){.mobile-menu-toggle[data-v-f52ffd5e]{align-items:center;background:var(--theme-color,#06f);border:none;border-radius:50%;bottom:1rem;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:1rem;transition:all .3s ease;width:56px;z-index:998}.mobile-menu-toggle[data-v-f52ffd5e]:hover{transform:scale(1.1)}.mobile-menu-toggle[data-v-f52ffd5e]:active{transform:scale(.95)}}
