/* 按钮模式同步样式 */
.mode-allowed-btn {
    background-color: #10b981 !important; /* 绿色（可用词模式） */
    border-color: #059669 !important;
}

.mode-allowed-btn:hover {
    background-color: #059669 !important;
    border-color: #047857 !important;
}

.mode-forbidden-btn {
    background-color: #ef4444 !important; /* 红色（禁用词模式） */
    border-color: #dc2626 !important;
}

.mode-forbidden-btn:hover {
    background-color: #dc2626 !important;
    border-color: #b91c1c !important;
}
