.dict-name-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: end; margin-top: 16px; }
.dict-name-form input, .dict-name-form select { height: 46px; border-radius: 13px; border: 1px solid #cbd3e4; padding: 0 12px; margin: 0; }
.dict-name-form button { height: 46px; border-radius: 999px; border: 0; padding: 0 28px; background: var(--accent); color: #fff; cursor: pointer; }
.dict-name-table { width: 100%; margin: 18px 0; border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; border-radius: 18px; overflow: hidden; background: #fff; }
.dict-name-table th, .dict-name-table td { line-height: 1.6; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; padding: 9px 6px; font-size: 13px; }
.dict-name-table th { color: var(--accent); background: #f4f7ff; font-weight: 900; }
@media (max-width: 820px) { .dict-name-form { grid-template-columns: 1fr; } }
