.tbt-client-browser { max-width: 900px; margin: 0 auto; }
.tbt-search-form { display: flex; gap: 8px; margin-bottom: 12px; }
.tbt-search-form input[type="text"] { flex: 1; padding: 8px 10px; font-size: 16px; }
.tbt-search-form button { padding: 8px 16px; }
.tbt-lang-chips { display: flex; gap: 6px; margin-bottom: 20px; flex-wrap: wrap; }
.tbt-chip { padding: 4px 12px; border: 1px solid #ccc; border-radius: 16px; text-decoration: none; font-size: 13px; }
.tbt-chip.is-active { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }
.tbt-entry { border: 1px solid #e0e0e0; border-radius: 6px; padding: 16px; margin-bottom: 16px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.tbt-lang-block.is-source { grid-column: 1 / -1; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 4px; }
.tbt-lang-name { font-size: 11px; text-transform: uppercase; color: #888; letter-spacing: .05em; }
.tbt-term { font-weight: 600; font-size: 17px; margin: 2px 0 6px; }
.tbt-definition { font-size: 14px; color: #333; margin-bottom: 6px; }
.tbt-example { font-size: 13px; color: #666; }
.tbt-references { font-size: 12px; color: #888; margin: 6px 0 0; padding-left: 16px; }
.tbt-hint, .tbt-error { color: #666; }
.tbt-error { color: #b32d2e; }
.tbt-footer { text-align: right; font-size: 12px; margin-top: 10px; }
.tbt-footer a { color: #888; }
