.tech-table{background:#fff;border:1px solid var(--stroke-weak);border-radius:14px;overflow:hidden}.tech-table__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--fill);border-bottom:1px solid var(--stroke-weak);flex-wrap:wrap}.tech-table__hint{width:100%;margin:0;padding:8px 4px 0;font-family:var(--font-primary);font-size:12px;line-height:1.5;color:var(--text-weak)}.tech-table__hint strong{color:var(--brand);font-weight:600}.tech-table__search-wrap{flex:1;min-width:220px;position:relative;display:flex;align-items:center}.tech-table__search-icon{position:absolute;left:11px;width:14px;height:14px;color:var(--text-weak);pointer-events:none}.tech-table__search{width:100%;padding:8px 12px 8px 34px;background:#fff;border:1px solid var(--stroke-weak);border-radius:8px;font-family:var(--font-primary);font-size:13px;color:var(--text-strong)}.tech-table__search:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.tech-table__meta{display:flex;align-items:center;gap:14px}.tech-table__count{font-family:var(--font-mono);font-size:12px;color:var(--text-weak);font-variant-numeric:tabular-nums}.tech-table__actions{display:flex;align-items:center;gap:6px}.tech-table__btn{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;font-family:var(--font-primary);font-size:12px;font-weight:500;cursor:pointer;transition:all var(--t-fast);border:1px solid transparent}.tech-table__btn svg{width:13px;height:13px;flex-shrink:0}.tech-table__btn:disabled{opacity:.4;cursor:not-allowed}.tech-table__btn--agent{background:var(--brand);color:#fff;border-color:var(--brand)}.tech-table__btn--agent:not(:disabled):hover{background:var(--violet-700, #4a13d1);border-color:var(--violet-700, #4a13d1)}.tech-table__btn--download{background:#fff;color:var(--text-strong);border-color:var(--stroke-weak)}.tech-table__btn--download:hover{background:var(--fill);border-color:var(--stroke-strong)}.tech-table__btn[data-copied]{background:var(--status-success)!important;border-color:var(--status-success)!important;color:#fff!important}.tech-table__scroll{overflow:auto;max-height:calc(100vh - 320px)}.tech-table table{width:100%;border-collapse:collapse;font-family:var(--font-primary);font-size:12.5px}.tech-table th,.tech-table td{text-align:left;padding:9px 14px;border-bottom:1px solid var(--stroke-weak);vertical-align:top;line-height:1.5;color:var(--text-strong)}.tech-table th{background:#fff;position:sticky;top:0;z-index:2;font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-weak);cursor:pointer;user-select:none;border-bottom:1px solid var(--stroke-strong);transition:color var(--t-fast)}.tech-table th:hover{color:var(--text-strong)}.tech-table__th-inner{display:inline-flex;align-items:center;gap:6px}.tech-table__sort-icon{font-size:9px;color:var(--stroke-strong);transition:color var(--t-fast)}.tech-table th[aria-sort=ascending] .tech-table__sort-icon,.tech-table th[aria-sort=descending] .tech-table__sort-icon{color:var(--brand)}.tech-table th[aria-sort=ascending],.tech-table th[aria-sort=descending]{color:var(--text-strong)}.tech-table tbody tr:hover{background:var(--fill)}.tech-table__url{color:var(--brand);text-decoration:none;word-break:break-all}.tech-table__url:hover{text-decoration:underline}.tech-table__null{color:var(--text-weak);font-style:italic;opacity:.55}.tech-table__empty{text-align:center!important;padding:40px!important;color:var(--text-weak);font-style:italic}.tech-table__pager{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 16px;background:var(--fill);border-top:1px solid var(--stroke-weak)}.tech-table__pager button{width:32px;height:32px;border-radius:999px;background:#fff;border:1px solid var(--stroke-weak);color:var(--text-strong);cursor:pointer;font-size:14px;transition:all var(--t-fast)}.tech-table__pager button:hover:not(:disabled){background:var(--text-strong);color:#fff;border-color:var(--text-strong)}.tech-table__pager button:disabled{opacity:.4;cursor:not-allowed}.tech-table__pager-info{font-family:var(--font-mono);font-size:12px;color:var(--text-weak);font-variant-numeric:tabular-nums}.tech-table__pager-info strong{color:var(--text-strong);font-weight:500}.tech-table__pager-range{margin-left:4px}@media(max-width:640px){.tech-table__bar{flex-direction:column;align-items:stretch}.tech-table__meta{justify-content:space-between}.tech-table th,.tech-table td{padding:8px 10px;font-size:12px}.tech-table__pager-range{display:none}}
