@charset "UTF-8";
.hs-search { width: 100%; box-sizing: border-box; margin-bottom: 14px; }
.hs-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.hs-chip { font-family: inherit; font-size: 0.85rem; font-weight: 600; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--border-color); background: var(--alt-content-bg-color); color: var(--font-color); cursor: pointer; transition: var(--tool-transition); }
.hs-chip.active { background: var(--tool-accent); border-color: var(--tool-accent); color: #fff; }
.hs-resultbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.hs-count { font-size: 0.85rem; opacity: 0.7; }
.hs-list { display: grid; gap: 10px; }
.hs-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; background: var(--content-bg-color); border: 1px solid var(--border-color); border-left-width: 5px; border-radius: var(--tool-radius-sm); padding: 12px 14px; }
.hs-link { flex: 0 0 auto; }
.hs-code { font-family: 'Courier New', monospace; font-size: 1.35rem; font-weight: 700; }
.hs-name { font-weight: 700; font-size: 1rem; }
.hs-desc { font-size: 0.9rem; opacity: 0.9; margin-top: 3px; line-height: 1.45; }
.hs-cat-1 { border-left-color: #868e96; } .hs-cat-1 .hs-code { color: #868e96; }
.hs-cat-2 { border-left-color: #2f9e44; } .hs-cat-2 .hs-code { color: #2f9e44; }
.hs-cat-3 { border-left-color: #1c7ed6; } .hs-cat-3 .hs-code { color: #1c7ed6; }
.hs-cat-4 { border-left-color: #e8590c; } .hs-cat-4 .hs-code { color: #e8590c; }
.hs-cat-5 { border-left-color: #e03131; } .hs-cat-5 .hs-code { color: #e03131; }
.hs-empty { text-align: center; opacity: 0.7; padding: 30px 10px; }
.hs-about p { margin: 0 0 12px; }
@media (max-width: 480px) { .hs-item { grid-template-columns: 54px 1fr; gap: 10px; } .hs-code { font-size: 1.15rem; } .hs-link { grid-column: 1 / -1; justify-self: start; } }
