.kb-browse-page{max-width:1100px;margin:0 auto;padding:28px 20px 60px}.kb-browse-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:32px;gap:32px;align-items:start}.kb-browse-title{font-size:1.3rem;font-weight:700;color:#1A202C;margin:0 0 4px}.kb-browse-count{font-size:.78rem;color:#A0AEC0;margin:0 0 20px}.kb-tree-sidebar{background:#fff;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 3px 12px rgba(0,0,0,.05);padding:12px 0;position:-webkit-sticky;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}.kb-tree-header{padding:8px 16px 12px;border-bottom:1px solid #edf2f7;margin-bottom:4px}.kb-tree-home{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#718096;text-decoration:none;transition:color .12s}.kb-tree-home:hover{color:#3182CE}.kb-tree-children,.kb-tree-root{list-style:none;margin:0;padding:0}.kb-tree-item{display:flex;align-items:flex-start;gap:4px;padding:6px 12px;border-radius:0;transition:background .1s}.kb-tree-item:hover{background:#F7FAFC}.kb-tree-active{background:#EBF8FF}.kb-tree-active .kb-tree-label{color:#2B6CB0;font-weight:600}.kb-tree-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:1px;border:none;background:none;cursor:pointer;color:#A0AEC0;flex-shrink:0;padding:0;border-radius:4px;transition:all .1s}.kb-tree-toggle:hover{color:#4A5568;background:#EDF2F7}.kb-tree-spacer{width:20px;flex-shrink:0}.kb-tree-link{display:flex;align-items:flex-start;gap:6px;text-decoration:none;color:inherit;flex:1 1;min-width:0}.kb-tree-label{font-size:.8rem;color:#4A5568;line-height:1.35;word-break:break-word}.kb-tree-count{font-size:.65rem;color:#A0AEC0;background:#EDF2F7;padding:1px 6px;border-radius:8px;flex-shrink:0;font-weight:600;margin-top:2px}.kb-tree-mobile-toggle{display:none;align-items:center;gap:8px;padding:10px 16px;margin-bottom:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-weight:500;color:#4A5568;cursor:pointer;width:100%;transition:all .12s}.kb-tree-mobile-toggle:hover{background:#F7FAFC}.kb-article-list{display:flex;flex-direction:column;gap:10px}.kb-article-card-link{text-decoration:none;color:inherit}.kb-article-card-inner{background:#fff;border-radius:10px;padding:18px 22px;box-shadow:0 1px 2px rgba(0,0,0,.03),0 2px 8px rgba(0,0,0,.04);transition:all .15s ease;border-left:3px solid transparent}.kb-article-card-link:hover .kb-article-card-inner{box-shadow:0 2px 4px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.08);border-left-color:#3182CE;transform:translateX(2px)}.kb-article-card-tags{display:flex;gap:5px;margin-bottom:6px}.kb-article-card-tag{font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:10px;color:#2D3748}.kb-article-card-title{font-size:.9rem;font-weight:600;color:#1A202C;margin:0 0 5px;line-height:1.35}.kb-article-card-excerpt{font-size:.78rem;color:#718096;line-height:1.5;margin:0 0 6px}.kb-article-card-date{font-size:.68rem;color:#A0AEC0}.kb-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;font-size:.78rem;color:#718096;margin-bottom:16px}.kb-breadcrumbs a{color:#3182CE;text-decoration:none}.kb-breadcrumbs a:hover{color:#2B6CB0;text-decoration:underline}.kb-breadcrumb-sep{margin:0 8px;color:#CBD5E0;font-weight:300}.kb-breadcrumb-current{color:#4A5568;font-weight:500}.kb-browse-empty{color:#A0AEC0;font-size:.88rem;padding:32px 0;text-align:center}@media (max-width:768px){.kb-browse-layout{grid-template-columns:1fr;gap:0}.kb-tree-mobile-toggle{display:flex}.kb-tree-sidebar{display:none;position:static;max-height:none;margin-bottom:20px;box-shadow:none;border:1px solid #e2e8f0}.kb-tree-sidebar.kb-tree-open{display:block}.kb-browse-page{padding:16px 12px 40px}.kb-article-card-inner{padding:14px 16px}}