.kw-categories-page{background:transparent;color:var(--text-body);min-height:100%;font-family:var(--font-asap),"Asap",system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.kw-categories-page .kc-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid var(--line);flex-wrap:wrap}.kw-categories-page .kc-hero__left{min-width:0;flex:1}.kw-categories-page .kc-hero__eyebrow{font-family:var(--font-caveat),"Caveat",cursive;font-weight:600;font-size:22px;color:var(--accent);transform:rotate(-1deg);transform-origin:left center;display:inline-block;margin-bottom:6px;line-height:1.2}.kw-categories-page .kc-hero__title{font-family:var(--font-zilla),"Zilla Slab",serif;font-weight:800;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.022em;line-height:1;color:var(--text-primary);margin-bottom:10px}.kw-categories-page .kc-hero__sub{font-size:14px;color:var(--text-soft);max-width:620px;line-height:1.55}.kw-categories-page .kc-hero__right{display:flex;align-items:center;gap:10px;flex-shrink:0}.kw-categories-page .kc-select{background:var(--bg-elev-1);border:1px solid var(--line-2);border-radius:10px;color:var(--text-body);font-family:inherit;font-size:13px;outline:none;cursor:pointer;transition:border-color .16s var(--ease);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6c66' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:9px 34px 9px 14px}.kw-categories-page .kc-select:focus{border-color:var(--accent)}.kw-categories-page .kc-error{display:flex;align-items:center;gap:12px;border-radius:12px;border:1px solid rgba(217,107,107,.3);background:rgba(217,107,107,.06);padding:14px 18px}.kw-categories-page .kc-error__text{font-size:13.5px;color:var(--red);flex:1}.kw-categories-page .kc-error__retry{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--red);background:transparent;border:none;cursor:pointer;font-family:inherit;font-weight:600;opacity:.85;transition:opacity .15s}.kw-categories-page .kc-error__retry:hover{opacity:1}.kw-categories-page .kc-section{display:flex;flex-direction:column;gap:0}.kw-categories-page .kc-section__head{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:18px;gap:14px;flex-wrap:wrap}.kw-categories-page .kc-section__title-row{display:flex;align-items:baseline;gap:14px;min-width:0}.kw-categories-page .kc-section__title{font-family:var(--font-zilla),"Zilla Slab",serif;font-weight:800;font-size:24px;color:var(--text-primary);letter-spacing:-.018em;white-space:nowrap}.kw-categories-page .kc-section__sub{font-size:12.5px;color:var(--text-quiet);font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-variant-numeric:tabular-nums;white-space:nowrap}.kw-categories-page .kc-section__filters{display:flex;gap:6px;flex-wrap:wrap;flex-shrink:0}.kw-categories-page .kc-filter-pill{padding:6px 12px;background:var(--bg-elev-1);border:1px solid var(--line-2);border-radius:999px;color:var(--text-soft);font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:color .15s var(--ease),background .15s var(--ease),border-color .15s var(--ease);white-space:nowrap}.kw-categories-page .kc-filter-pill:hover{color:var(--text-primary);border-color:var(--line-strong,#3a3b40)}.kw-categories-page .kc-filter-pill.is-active{color:var(--accent);background:rgba(125,160,194,.08);border-color:rgba(125,160,194,.4)}.kw-categories-page .kc-format-toast{display:inline-flex;align-self:flex-start;align-items:center;padding:6px 14px;background:var(--bg-elev-2);border:1px solid var(--line-2);border-radius:8px;font-size:12px;color:var(--text-quiet);margin-bottom:12px;animation:kc-toast-fade .25s var(--ease)}@keyframes kc-toast-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.kw-categories-page .kc-cat-section{background:var(--bg-elev-1);border:1px solid var(--line);border-radius:14px;padding:22px 28px;display:flex;flex-direction:column;gap:0}.kw-categories-page .kc-cat-head{display:grid;grid-template-columns:1fr 80px 100px 110px;gap:14px;padding:6px 14px 10px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-quiet);font-weight:700;font-family:var(--font-asap),"Asap",system-ui,sans-serif;border-bottom:1px solid var(--line);margin-bottom:6px}.kw-categories-page .kc-layout{display:flex;gap:0;align-items:flex-start;min-height:480px}.kw-categories-page .kc-tree-body{width:100%;flex-shrink:0;overflow-y:auto;max-height:calc(100vh - 320px)}.kw-categories-page .kc-layout>.kc-tree-body{flex:0 0 50%;border-right:1px solid var(--line);padding-right:0}.kw-categories-page .kc-row{display:grid;grid-template-columns:1fr 80px 100px 110px;gap:14px;align-items:center;padding:10px 14px;border-radius:6px;cursor:pointer;transition:background .12s var(--ease);outline:none;position:relative}.kw-categories-page .kc-row:hover{background:var(--bg-elev-2,rgba(255,255,255,.04))}.kw-categories-page .kc-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.kw-categories-page .kc-row.is-selected{background:var(--accent-soft)}.kw-categories-page .kc-row.is-selected .kc-row__label{color:var(--accent)}.kw-categories-page .kc-row--depth-0 .kc-row__label{font-size:14px;color:var(--text-primary);font-weight:700}.kw-categories-page .kc-row--depth-1 .kc-row__label{font-size:13.5px;font-weight:600}.kw-categories-page .kc-row--depth-2 .kc-row__label{font-size:13px;color:var(--text-soft);font-weight:500}.kw-categories-page .kc-row--depth-3 .kc-row__label{font-size:12.5px;color:var(--text-muted);font-weight:500}.kw-categories-page .kc-row__name-col{display:flex;align-items:center;gap:8px;min-width:0}.kw-categories-page .kc-row--depth-0 .kc-row__name-col{padding-left:0}.kw-categories-page .kc-row--depth-1 .kc-row__name-col{padding-left:16px}.kw-categories-page .kc-row--depth-2 .kc-row__name-col{padding-left:32px}.kw-categories-page .kc-row--depth-3 .kc-row__name-col{padding-left:48px}.kw-categories-page .kc-expand{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;background:transparent;border:none;cursor:pointer;color:var(--text-quiet);padding:0;border-radius:4px;transition:color .12s var(--ease),background .12s var(--ease)}.kw-categories-page .kc-expand:hover{color:var(--text-soft);background:rgba(255,255,255,.06)}.kw-categories-page .kc-expand svg{width:11px;height:11px;stroke-width:2;transition:transform .18s var(--ease)}.kw-categories-page .kc-expand.is-expanded svg{transform:rotate(90deg)}.kw-categories-page .kc-leaf-dot{width:6px;height:6px;border-radius:50%;background:var(--text-faint);flex-shrink:0;margin:0 6px}.kw-categories-page .kc-row__label{flex:1;font-family:var(--font-zilla),"Zilla Slab",serif;font-size:13px;font-weight:600;color:var(--text-body);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.005em;min-width:0}.kw-categories-page .kc-row__count{font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-size:11px;color:var(--text-quiet);font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.kw-categories-page .kc-row__rev{font-family:var(--font-zilla),"Zilla Slab",serif;font-weight:700;font-size:13px;color:var(--green);font-variant-numeric:tabular-nums;text-align:right}.kw-categories-page .kc-top-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:600;font-family:inherit;color:var(--text-soft);background:transparent;border:1px solid var(--line-2);border-radius:6px;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:color .14s var(--ease),border-color .14s var(--ease),background .14s var(--ease);text-align:center}.kw-categories-page .kc-top-btn svg{width:11px;height:11px;stroke-width:1.75}.kw-categories-page .kc-top-btn:hover{color:var(--accent);border-color:rgba(125,160,194,.4);background:rgba(125,160,194,.04)}@keyframes kc-shimmer{0%,to{opacity:1}50%{opacity:.35}}.kw-categories-page .kc-skel-row{display:grid;grid-template-columns:1fr 80px 100px 110px;gap:14px;align-items:center;padding:10px 14px}.kw-categories-page .kc-skel-line{border-radius:5px;background:var(--bg-elev-2);animation:kc-shimmer 1.6s ease-in-out infinite;height:12px}.kw-categories-page .kc-skel-col{justify-self:end}.kw-categories-page .kc-results{flex:1;min-width:0;border-left:1px solid var(--line);display:flex;flex-direction:column;background:transparent}.kw-categories-page .kc-results__head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.02)}.kw-categories-page .kc-results__head-icon{color:var(--text-quiet);width:15px;height:15px;flex-shrink:0;stroke-width:1.75}.kw-categories-page .kc-results__head-title{font-family:var(--font-zilla),"Zilla Slab",serif;font-weight:700;font-size:14px;color:var(--text-primary);letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.kw-categories-page .kc-results__head-count{margin-left:auto;font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-size:11px;color:var(--text-quiet);font-variant-numeric:tabular-nums;flex-shrink:0}.kw-categories-page .kc-results-loading{padding:16px;display:flex;flex-direction:column;gap:12px}.kw-categories-page .kc-results-skel-row{display:flex;align-items:center;gap:12px}.kw-categories-page .kc-results-skel-cover{width:48px;height:64px;border-radius:6px;background:var(--bg-elev-2);animation:kc-shimmer 1.6s ease-in-out infinite;flex-shrink:0}.kw-categories-page .kc-results-skel-info{flex:1;display:flex;flex-direction:column;gap:7px}.kw-categories-page .kc-results-error{padding:40px;text-align:center;color:var(--red);font-size:13.5px}.kw-categories-page .kc-results-error svg{margin:0 auto 12px;opacity:.7}.kw-categories-page .kc-results-empty{padding:48px;text-align:center;font-size:13.5px;color:var(--text-quiet)}.kw-categories-page .kc-product-list{flex:1;overflow-y:auto}.kw-categories-page .kc-product-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);transition:background .12s var(--ease)}.kw-categories-page .kc-product-item:last-child{border-bottom:none}.kw-categories-page .kc-product-item:hover{background:rgba(255,255,255,.025)}.kw-categories-page .kc-product-rank{flex-shrink:0;width:26px;text-align:center;font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-size:11px;font-weight:700;color:var(--text-quiet);padding-top:4px;font-variant-numeric:tabular-nums}.kw-categories-page .kc-cover-link{flex-shrink:0;width:44px;height:60px;border-radius:5px;border:1px solid var(--line-2);background:var(--bg-elev-2);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.kw-categories-page .kc-cover-link:hover{opacity:.8}.kw-categories-page .kc-cover-link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kw-categories-page .kc-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.kw-categories-page .kc-product-title{font-size:13px;font-weight:600;color:var(--text-body);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;text-decoration:none;transition:color .13s}.kw-categories-page .kc-product-title:hover{color:var(--accent)}.kw-categories-page .kc-product-author{font-size:12px;color:var(--text-quiet);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kw-categories-page .kc-product-chips{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:2px}.kw-categories-page .kc-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:5px;background:rgba(255,255,255,.045);border:1px solid var(--line-2);font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-size:10.5px;font-weight:600;color:var(--text-soft);font-variant-numeric:tabular-nums}.kw-categories-page .kc-chip svg{width:11px;height:11px;stroke-width:1.75}.kw-categories-page .kc-chip.is-sales-hot{background:rgba(106,190,122,.1);border-color:rgba(106,190,122,.3);color:var(--green)}.kw-categories-page .kc-chip.is-rating{color:#e0a540}.kw-categories-page .kc-product-actions{flex-shrink:0;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.kw-categories-page .kc-action-link{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:6px;font-size:11px;font-weight:600;font-family:inherit;color:var(--text-quiet);text-decoration:none;background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:color .13s,background .13s}.kw-categories-page .kc-action-link svg{width:11px;height:11px;stroke-width:1.75}.kw-categories-page .kc-action-link:hover{color:var(--text-body);background:rgba(255,255,255,.05)}.kw-categories-page .kc-action-link.is-analyze:hover{color:#a988c7;background:rgba(169,136,199,.08)}.kw-categories-page .kc-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-top:1px solid var(--line);background:rgba(255,255,255,.015)}.kw-categories-page .kc-pagination__btn{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;font-family:inherit;color:var(--text-quiet);background:transparent;border:none;cursor:pointer;padding:5px 10px;border-radius:6px;transition:color .13s,background .13s}.kw-categories-page .kc-pagination__btn:hover:not(:disabled){color:var(--text-body);background:rgba(255,255,255,.05)}.kw-categories-page .kc-pagination__btn:disabled{opacity:.35;cursor:default}.kw-categories-page .kc-pagination__btn svg{width:13px;height:13px;stroke-width:2}.kw-categories-page .kc-pagination__info{font-family:var(--font-mono-jb),"JetBrains Mono",monospace;font-size:11px;color:var(--text-quiet);font-variant-numeric:tabular-nums}.kw-categories-page .kc-placeholder{flex:1;min-width:0;border-left:1px solid var(--line-2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;text-align:center;gap:10px}.kw-categories-page .kc-placeholder__icon{color:var(--text-faint);width:36px;height:36px;margin-bottom:4px;stroke-width:1.5}.kw-categories-page .kc-placeholder__text{font-size:13.5px;color:var(--text-quiet);max-width:260px;line-height:1.55}@media (max-width:1100px){.kw-categories-page .kc-cat-head,.kw-categories-page .kc-row{grid-template-columns:1fr 110px}.kw-categories-page .kc-cat-head>:nth-child(2),.kw-categories-page .kc-cat-head>:nth-child(3),.kw-categories-page .kc-row__count,.kw-categories-page .kc-row__rev{display:none}.kw-categories-page .kc-skel-row{grid-template-columns:1fr 110px}.kw-categories-page .kc-skel-col{display:none}}@media (max-width:960px){.kw-categories-page .kc-layout{flex-direction:column;min-height:unset}.kw-categories-page .kc-layout>.kc-tree-body{flex:unset;width:100%;border-right:none;border-bottom:1px solid var(--line);max-height:320px}.kw-categories-page .kc-results{border-left:none;border-top:1px solid var(--line)}.kw-categories-page .kc-placeholder{border-left:none;border-top:1px solid var(--line-2);padding:40px 24px}.kw-categories-page .kc-section__head{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width:640px){.kw-categories-page .kc-cat-section{padding:14px}.kw-categories-page .kc-cat-head,.kw-categories-page .kc-row{grid-template-columns:1fr auto}}