.dict-search { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 16px; }
.dict-search input { width: min(360px, 100%); height: 46px; border-radius: 13px; border: 1px solid #cbd3e4; padding: 0 16px; }
.dict-search button { height: 46px; border-radius: 999px; border: 0; padding: 0 32px; background: var(--accent); color: #fff; }
.dict-table { width: 100%; margin: 18px 0; border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; border-radius: 16px; overflow: hidden; background: #fff; }
.dict-table td, .dict-table th { width: 10%; line-height: 36px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; }
.dict-table a { color: var(--accent); font-weight: 800; }
