.semantic-tree .tree-category{cursor:pointer;position:relative;padding:2px 24px 2px 12px;font-size:14px;color:#8e7861;font-weight:500;display:flex;align-items:center;background:none;border:none;outline:none;box-shadow:none;border-radius:4px;min-height:24px;transition:background 0.2s}.semantic-tree .tree-category:before{content:'\002b';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:16px;color:#8e7861;background:#fff0;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;box-shadow:none;transition:color 0.2s}.semantic-tree .tree-category.open:before{content:'\2212';color:#8e7861}.semantic-tree{background:#181818;border-radius:8px;padding:8px;box-shadow:0 2px 8px rgb(0 0 0 / .2);max-width:1000px;margin:16px auto}.semantic-tree-container>.semantic-tree{display:flex;flex-wrap:wrap;gap:10px}.semantic-tree li{list-style:none}.semantic-tree-container>.semantic-tree>li{flex:1 1 calc(50% - 10px);position:relative;min-width:200px}.semantic-tree ul{list-style:none;padding-left:0;margin:0}.semantic-tree li{margin-bottom:2px;position:relative;padding-left:0}.semantic-tree li::marker{content:none}.semantic-tree .tree-title{color:#8e7861;font-weight:600;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.semantic-tree .keywords-table-wrap{position:absolute;z-index:10;top:100%;left:0;display:none;margin:8px 0 0 0;opacity:0;max-height:0;transition:opacity 0.3s ease,max-height 0.3s ease;background:#23201c;border:1px solid #8e7861;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .3);overflow-x:auto;width:100%}.semantic-tree li.open>.keywords-table-wrap{display:block!important;opacity:1;max-height:500px}.keywords-table{border-collapse:collapse;width:100%;min-width:600px;font-size:14px;color:#8e7861;background:#23201c;table-layout:fixed}.keywords-table th,.keywords-table td{border:1px solid #8e7861;padding:2px 5px;font-size:13px;color:#8e7861;background:#23201c;word-wrap:break-word}.keywords-table th{background:#181818;color:#fff;font-weight:600}.keywords-table td{color:#8e7861}.keywords-table tr:hover td{background:#2d2620;color:#fff}.keywords-table th:nth-child(1),.keywords-table td:nth-child(1){width:50%;text-align:left}.keywords-table th:nth-child(2),.keywords-table td:nth-child(2){width:10%;text-align:right}.keywords-table th:nth-child(3),.keywords-table td:nth-child(3){width:10%;text-align:right}.keywords-table th:nth-child(4),.keywords-table td:nth-child(4){width:15%;text-align:right}.keywords-table th:nth-child(5),.keywords-table td:nth-child(5){width:15%;text-align:right}@media (max-width:700px){.semantic-tree-container>.semantic-tree{flex-direction:column;gap:4px}.semantic-tree{padding:4px 2px;box-shadow:0 2px 8px rgb(0 0 0 / .2);max-width:100vw}.semantic-tree .tree-category{font-size:13px;min-height:20px;padding:2px 20px 2px 10px}.semantic-tree .tree-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100vw;overflow-x:auto}.keywords-table{font-size:13px;min-width:420px}.keywords-table th,.keywords-table td{font-size:12px;padding:2px 3px}.semantic-tree .keywords-table-wrap{min-width:0;width:100%;margin-top:4px;max-height:40vh}.semantic-tree li.open>.keywords-table-wrap{max-height:40vh}.semantic-tree>ul{flex-direction:column;gap:4px}.semantic-tree>ul>li{flex:1 1 100%;min-width:0}}